Skip to content

Commit

Permalink
Update nalgebra requirement from 0.25.0 to 0.26.1 (argmin-rs#105)
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](https://github.com/dimforge/nalgebra/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 15, 2021
1 parent bce7271 commit 1eb3396
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.25.0", optional = true, features = ["serde-serialize"] }
nalgebra = { version = "0.26.1", 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.14.0", optional = true }
Expand Down

0 comments on commit 1eb3396

Please sign in to comment.