Skip to content

Commit b56a34f

Browse files
committed
(cargo-release) version 0.8.0-rc.0
1 parent 91783c4 commit b56a34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-src"
3-
version = "0.7.0"
3+
version = "0.8.0-rc.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

intel-mkl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mkl-dynamic-ilp64-iomp = ["intel-mkl-src/mkl-dynamic-ilp64-iomp"]
2626
mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
2727

2828
[dependencies]
29-
intel-mkl-src = { path = "../intel-mkl-src", version = "0.7.0", default-features = false }
29+
intel-mkl-src = { path = "../intel-mkl-src", version = "0.8.0-rc.0", default-features = false }
3030

3131
[dev-dependencies]
3232
criterion = "0.3.6"

0 commit comments

Comments
 (0)