Skip to content

Commit

Permalink
Merge pull request argmin-rs#79 from argmin-rs/dependabot/cargo/ndarr…
Browse files Browse the repository at this point in the history
…ay-rand-0.12.0

Update ndarray-rand requirement from 0.11.0 to 0.12.0
  • Loading branch information
stefan-k authored Nov 30, 2020
2 parents 80db3cf + cdf810c commit 6963c01
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 @@ -26,7 +26,7 @@ paste = "1.0.0"
nalgebra = { version = "0.22.0", optional = true, features = ["serde-serialize"] }
ndarray = { version = "0.13", optional = true, features = ["serde-1"] }
ndarray-linalg = { version = "0.12", optional = true }
ndarray-rand = {version = "0.11.0", optional = true }
ndarray-rand = {version = "0.12.0", optional = true }
num = { version = "0.3" }
num-complex = "0.2"
rand = { version = "0.7.2", features = ["serde1"] }
Expand Down

0 comments on commit 6963c01

Please sign in to comment.