Skip to content

Commit 9a576f0

Browse files
authored
Merge pull request #124 from termoshtt/dependabot/cargo/rand-0.6
Update rand requirement from 0.5 to 0.6
2 parents 2b16582 + 985b32e commit 9a576f0

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

2727
[dependencies.num-complex]
2828
version = "0.2"

0 commit comments

Comments
 (0)