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 6912420 commit 91783c4Copy full SHA for 91783c4
intel-mkl-src/Cargo.toml
@@ -32,4 +32,4 @@ mkl-dynamic-ilp64-seq = []
32
[build-dependencies]
33
anyhow = "1.0.58"
34
ocipkg = "0.2.3"
35
-intel-mkl-tool = { version = "0.4.1", path = "../intel-mkl-tool", default-features = false }
+intel-mkl-tool = { version = "0.8.0-rc.0", path = "../intel-mkl-tool", default-features = false }
intel-mkl-tool/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "intel-mkl-tool"
3
-version = "0.4.1"
+version = "0.8.0-rc.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
rust-version = "1.61.0"
0 commit comments