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 56e0aef commit 1e965e4Copy full SHA for 1e965e4
intel-mkl-src/Cargo.toml
@@ -36,4 +36,4 @@ xdg-data-home = []
36
37
[build-dependencies]
38
anyhow = "1.0.58"
39
-intel-mkl-tool = { version = "0.2.0", path = "../intel-mkl-tool", default-features = false }
+intel-mkl-tool = { version = "0.3.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.2.1+mkl2020.1"
+version = "0.3.0+mkl2020.1"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
rust-version = "1.56.0" # MSRV is introduced
0 commit comments