Skip to content

Commit

Permalink
chore: sort dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 15, 2023
1 parent b69bb8d commit a9d1ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ edition = "2021"
testing = []

[dependencies]
nalgebra = "0.32.0"
approx = "0.5.0"
thiserror = "1.0.0"
log = "0.4.0"
getset = "0.1.0"
fastrand = "2.0.0"
fastrand-contrib = "0.1.0"
getset = "0.1.0"
log = "0.4.0"
nalgebra = "0.32.0"
thiserror = "1.0.0"

0 comments on commit a9d1ad9

Please sign in to comment.