Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Feb 3, 2024
1 parent 7cfa01b commit e1fd795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openblas-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-build"
version = "0.10.8"
version = "0.10.9"
license = "Apache-2.0/MIT"
edition = "2018"
authors = ["Toshiki Teramura <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions openblas-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-src"
version = "0.10.8"
version = "0.10.9"
license = "Apache-2.0/MIT"
edition = "2018"
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ libc = "0.2"

[build-dependencies]
dirs = "3.0.1"
openblas-build = { version = "0.10.8", path = "../openblas-build" }
openblas-build = { version = "0.10.9", path = "../openblas-build" }

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

0 comments on commit e1fd795

Please sign in to comment.