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 91783c4 commit b56a34fCopy full SHA for b56a34f
intel-mkl-src/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "intel-mkl-src"
3
-version = "0.7.0"
+version = "0.8.0-rc.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
intel-mkl-sys/Cargo.toml
@@ -26,7 +26,7 @@ mkl-dynamic-ilp64-iomp = ["intel-mkl-src/mkl-dynamic-ilp64-iomp"]
26
mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
27
28
[dependencies]
29
-intel-mkl-src = { path = "../intel-mkl-src", version = "0.7.0", default-features = false }
+intel-mkl-src = { path = "../intel-mkl-src", version = "0.8.0-rc.0", default-features = false }
30
31
[dev-dependencies]
32
criterion = "0.3.6"
0 commit comments