Skip to content

Commit

Permalink
Merge pull request #281 from dmweis/master
Browse files Browse the repository at this point in the history
Bump nalgebra to a safe version
  • Loading branch information
donkeyteethUX authored Nov 9, 2021
2 parents c32959c + e35f32a commit 23ae001
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 @@ -38,8 +38,8 @@ either = "1"
libc = "0.2"
bitflags = "1.2"
num-traits = "0.2"
nalgebra = "0.26"
ncollide3d = "0.29"
nalgebra = "0.29"
ncollide3d = "0.32"
image = "0.23"
serde = "1"
serde_derive = "1"
Expand All @@ -60,5 +60,5 @@ web-sys = { version = "0.3", features = [ "console", "KeyEvent", "KeyboardEvent"

[dev-dependencies]
rand = "0.8"
ncollide2d = "0.29"
nalgebra = { version = "0.26", features = [ "rand" ] }
ncollide2d = "0.32"
nalgebra = { version = "0.29", features = [ "rand" ] }

0 comments on commit 23ae001

Please sign in to comment.