Skip to content

Commit 25249af

Browse files
committed
Use latest openblas-src be908954fbe54321d5194782cffef2a14474f01f
1 parent 2c2c210 commit 25249af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lax/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ features = ["cblas"]
3838
default-features = false
3939

4040
[dependencies.openblas-src]
41-
version = "0.10.0"
41+
version = "0.10.1"
4242
optional = true
4343
default-features = false
4444
features = ["cblas"]
45+
git = "https://github.com/blas-lapack-rs/openblas-src"
46+
rev = "be908954fbe54321d5194782cffef2a14474f01f"

0 commit comments

Comments
 (0)