Skip to content

Commit

Permalink
Merge pull request argmin-rs#100 from argmin-rs/dependabot/cargo/num-0.4
Browse files Browse the repository at this point in the history
Update num requirement from 0.3 to 0.4
  • Loading branch information
stefan-k authored Mar 8, 2021
2 parents aa08eeb + 566c291 commit 0286082
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 @@ -28,7 +28,7 @@ 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 }
num = { version = "0.3" }
num = { version = "0.4" }
num-complex = "0.3"
rand = { version = "0.8.3", features = ["serde1"] }
rand_xorshift = { version = "0.3.0", features = ["serde1"] }
Expand Down

0 comments on commit 0286082

Please sign in to comment.