Skip to content

Commit aa69a8d

Browse files
committed
chore: Release
1 parent ca7234a commit aa69a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openblas-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-build"
3-
version = "0.10.7"
3+
version = "0.10.8"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = ["Toshiki Teramura <[email protected]>"]

openblas-src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openblas-src"
3-
version = "0.10.7"
3+
version = "0.10.8"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [
@@ -37,7 +37,7 @@ libc = "0.2"
3737

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

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

0 commit comments

Comments
 (0)