Skip to content

Commit ac17f5d

Browse files
Update rand requirement from 0.5 to 0.6
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits/0.6.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4614d0e commit ac17f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde-1 = ["ndarray/serde-1", "num-complex/serde"]
2222
[dependencies]
2323
lapacke = "0.2"
2424
num-traits = "0.2"
25-
rand = "0.5"
25+
rand = "0.6"
2626
failure = "0.1"
2727

2828
[dependencies.num-complex]

0 commit comments

Comments
 (0)