Skip to content

Commit 838bd9a

Browse files
committed
cauchy 0.3.0, num-complex 0.3.1, rand 0.7.3
1 parent 24bef8f commit 838bd9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
2222

2323
[dependencies]
2424
thiserror = "1.0"
25-
cauchy = "0.2.0"
25+
cauchy = "0.3.0"
2626
num-traits = "0.2"
2727
lapack = "0.16.0"
2828

ndarray-linalg/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ intel-mkl-static = ["lax/intel-mkl-static"]
2929
intel-mkl-system = ["lax/intel-mkl-system"]
3030

3131
[dependencies]
32-
cauchy = "0.2.2"
33-
num-complex = "0.2.4"
32+
cauchy = "0.3.0"
33+
num-complex = "0.3.1"
3434
num-traits = "0.2.11"
35-
rand = "0.5"
35+
rand = "0.7.3"
3636
thiserror = "1.0.20"
3737

3838
[dependencies.ndarray]

0 commit comments

Comments
 (0)