Skip to content

Commit

Permalink
Update num requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [num](https://github.com/rust-num/num) to permit the latest version.
- [Release notes](https://github.com/rust-num/num/releases)
- [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md)
- [Commits](rust-num/num@num-0.3.0...num-0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 8, 2021
1 parent aa08eeb commit 566c291
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 566c291

Please sign in to comment.