Skip to content

Commit 2359185

Browse files
committed
lapack 0.17.0, cargo upgrade
1 parent 797c3c5 commit 2359185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lax/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq", "intel-mkl-src/download
2121
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
2222

2323
[dependencies]
24-
thiserror = "1.0"
24+
thiserror = "1.0.23"
2525
cauchy = "0.3.0"
26-
num-traits = "0.2"
27-
lapack = { version = "0.17.0", git = "http://github.com/blas-lapack-rs/lapack" }
26+
num-traits = "0.2.14"
27+
lapack = "0.17.0"
2828

2929
[dependencies.intel-mkl-src]
3030
version = "0.6.0"

0 commit comments

Comments
 (0)