Skip to content

Commit

Permalink
Update ndarray-rand requirement from 0.13.0 to 0.14.0 (argmin-rs#103)
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-rand](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@ndarray-rand-0.13.0...ndarray-rand-0.14.0)

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 Mar 29, 2021
1 parent 9fab420 commit 050303b
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 @@ -27,7 +27,7 @@ paste = "1.0.0"
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 }
ndarray-rand = {version = "0.14.0", optional = true }
num = { version = "0.4" }
num-complex = "0.3"
rand = { version = "0.8.3", features = ["serde1"] }
Expand Down

0 comments on commit 050303b

Please sign in to comment.