We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4955855 commit 67d7483Copy full SHA for 67d7483
intel-mkl-src/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "intel-mkl-src"
3
-version = "0.6.0+mkl2020.1"
+version = "0.7.0+mkl2020.1"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
intel-mkl-sys/Cargo.toml
@@ -29,7 +29,7 @@ mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
29
download = ["intel-mkl-src/download"]
30
31
[dependencies]
32
-intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0", default-features = false }
+intel-mkl-src = { path = "../intel-mkl-src", version = "0.7.0", default-features = false }
33
34
[dev-dependencies]
35
criterion = "0.3.6"
0 commit comments