Skip to content

Commit

Permalink
Update nalgebra to 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
kalev authored and YeungOnion committed Apr 20, 2024
1 parent 018bb70 commit f97a4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nightly = []

[dependencies]
rand = "0.8"
nalgebra = { version = "0.29", features = ["rand"] }
nalgebra = { version = "0.32", features = ["rand"] }
approx = "0.5.0"
num-traits = "0.2.14"
lazy_static = "1.4.0"
Expand Down

0 comments on commit f97a4c8

Please sign in to comment.