Skip to content

Commit 2848590

Browse files
committed
rand 0.5 num-complex 0.2 openblas-src 0.6
1 parent 6f1f379 commit 2848590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ derive-new = "0.5"
2323
lapacke = "0.1.4"
2424
num-traits = "0.1"
2525
procedurals = "0.2"
26-
rand = "0.4"
26+
rand = "0.5"
2727

2828
[dependencies.num-complex]
29-
version = "0.1"
29+
version = "0.2"
3030
default-features = false
3131

3232
[dependencies.ndarray]
@@ -51,7 +51,7 @@ default-features = false
5151
optional = true
5252

5353
[dependencies.openblas-src]
54-
version = "0.5.3"
54+
version = "0.6.0"
5555
features = ["static", "cblas", "lapacke"]
5656
default-features = false
5757
optional = true

0 commit comments

Comments
 (0)