Skip to content

Commit

Permalink
Bump nalgebra.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Feb 19, 2024
1 parent a96a4c0 commit ca0cec3
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 @@ -37,7 +37,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
heapless = { version = "0.8.0", default-features = false }
nalgebra = { git = "https://github.com/dimforge/nalgebra", default-features = false, features = ["libm-force"] }
nalgebra = { version = "0.32.4", default-features = false, features = ["libm-force"] }
simba = { version = "0.8.1", default-features = false, features = ["libm"] }
approx = { version = "0.5.1", default-features = false }
serde = { version = "1.0.196", default-features = false, features = ["derive"], optional = true }
Expand Down

0 comments on commit ca0cec3

Please sign in to comment.