Skip to content

Commit 67d7483

Browse files
committed
(cargo-release) version 0.7.0
1 parent 4955855 commit 67d7483

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.6.0+mkl2020.1"
3+
version = "0.7.0+mkl2020.1"
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
@@ -29,7 +29,7 @@ mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
2929
download = ["intel-mkl-src/download"]
3030

3131
[dependencies]
32-
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0", default-features = false }
32+
intel-mkl-src = { path = "../intel-mkl-src", version = "0.7.0", default-features = false }
3333

3434
[dev-dependencies]
3535
criterion = "0.3.6"

0 commit comments

Comments
 (0)