Skip to content

Commit

Permalink
Update nalgebra requirement from 0.24.1 to 0.25.0
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.24.1...v0.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 2, 2021
1 parent 96acfa0 commit f315876
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 @@ ctrlc = { version = "3.1.2", optional = true }
instant = {version = "0.1", features = ["now"] }
gnuplot = { version = "0.0.37", optional = true}
paste = "1.0.0"
nalgebra = { version = "0.24.1", optional = true, features = ["serde-serialize"] }
nalgebra = { version = "0.25.0", optional = true, features = ["serde-serialize"] }
ndarray = { version = "0.14", optional = true, features = ["serde-1"] }
ndarray-linalg = { version = "0.13", optional = true }
ndarray-rand = {version = "0.13.0", optional = true }
Expand Down

0 comments on commit f315876

Please sign in to comment.