Skip to content

Commit

Permalink
Bump nalgebra to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Calsign committed Mar 5, 2025
1 parent 33a88f8 commit 5ffa8ed
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 @@ -24,7 +24,7 @@ image = { version = "0.25.0", default-features = false }
itertools = { version = "0.13.0", default-features = false, features = [
"use_std",
] }
nalgebra = { version = "0.32", default-features = false, features = ["std"] }
nalgebra = { version = "0.33", default-features = false, features = ["std"] }
num = { version = "0.4.1", default-features = false }
rand = { version = "0.8.5", default-features = false, features = [
"std",
Expand Down

0 comments on commit 5ffa8ed

Please sign in to comment.