Skip to content

Commit

Permalink
Update nalgebra requirement from 0.30 to 0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ABouttefeux committed Jun 19, 2022
1 parent 3cf09e8 commit 5db8e10
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 @@ default = ["serde-serialize"]
members = ["procedural_macro"]

[dependencies]
nalgebra = { version = "0.30", features = ["serde-serialize"] }
nalgebra = { version = "0.31", features = ["serde-serialize"] }
approx = "0.5.1"
num-traits = "0.2.14"
rand = "0.8.5"
Expand Down

0 comments on commit 5db8e10

Please sign in to comment.