Skip to content

Commit 41125b0

Browse files
committed
chore: Release
1 parent 60cb554 commit 41125b0

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.5"
3+
version = "0.10.6"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [

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.5"
3+
version = "0.10.6"
44
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [
@@ -42,5 +42,5 @@ dirs = "3.0.1"
4242
vcpkg = "0.2"
4343

4444
[target.'cfg(target_os="linux")'.build-dependencies.openblas-build]
45-
version = "0.10.5"
45+
version = "0.10.6"
4646
path = "../openblas-build"

0 commit comments

Comments
 (0)