Skip to content

Commit

Permalink
chore: use all numbers from semver version for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 15, 2023
1 parent 4161c56 commit 24791d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ edition = "2021"
testing = []

[dependencies]
nalgebra = "0.32.3"
approx = "0.5"
num-traits = "0.2"
thiserror = "1"
log = "0.4"
getset = "0.1"
fastrand = "2.0.1"
nalgebra = "0.32.0"
approx = "0.5.0"
num-traits = "0.2.0"
thiserror = "1.0.0"
log = "0.4.0"
getset = "0.1.0"
fastrand = "2.0.0"
fastrand-contrib = "0.1.0"

0 comments on commit 24791d1

Please sign in to comment.