Skip to content

Commit

Permalink
Merge pull request #1 from inthar-raven/dependabot/cargo/nalgebra-0.33.0
Browse files Browse the repository at this point in the history
Update nalgebra requirement from 0.32.5 to 0.33.0
  • Loading branch information
inthar-raven authored Aug 10, 2024
2 parents d742216 + 2ddb6d7 commit 7206f17
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 @@ -32,7 +32,7 @@ num-traits = "0.2.19"
num-integer = "0.1.46"
num-bigint = "0.4.5"

nalgebra = { version = "0.32.5", features = ["serde-serialize"] }
nalgebra = { version = "0.33.0", features = ["serde-serialize"] }

thiserror = "1.0.60"

Expand Down

0 comments on commit 7206f17

Please sign in to comment.