Skip to content

Commit 33ee801

Browse files
committed
Fix version of openblas-build
1 parent 84ccc5d commit 33ee801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ libc = "0.2"
3737

3838
[build-dependencies]
3939
dirs = "3.0.1"
40-
openblas-build = { version = "0.10.6", path = "../openblas-build" }
40+
openblas-build = { version = "0.10.5", path = "../openblas-build" }
4141

4242
[target.'cfg(target_os="windows")'.build-dependencies]
4343
vcpkg = "0.2"

0 commit comments

Comments
 (0)