We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfa01b commit e1fd795Copy full SHA for e1fd795
openblas-build/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openblas-build"
3
-version = "0.10.8"
+version = "0.10.9"
4
license = "Apache-2.0/MIT"
5
edition = "2018"
6
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
openblas-src/Cargo.toml
name = "openblas-src"
authors = [
@@ -37,7 +37,7 @@ libc = "0.2"
37
38
[build-dependencies]
39
dirs = "3.0.1"
40
-openblas-build = { version = "0.10.8", path = "../openblas-build" }
+openblas-build = { version = "0.10.9", path = "../openblas-build" }
41
42
[target.'cfg(target_os="windows")'.build-dependencies]
43
vcpkg = "0.2"
0 commit comments