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 7560e16 commit 8245698Copy full SHA for 8245698
intel-mkl-src/Cargo.toml
@@ -31,9 +31,9 @@ mkl-dynamic-ilp64-seq = []
31
32
[build-dependencies]
33
anyhow = "1.0.58"
34
-intel-mkl-tool = { version = "0.8.0-rc.0", path = "../intel-mkl-tool", default-features = false }
+ocipkg = "0.2.8"
35
36
-[build-dependencies.ocipkg]
37
-version = "0.2.7"
38
-git = "https://github.com/termoshtt/ocipkg"
39
-branch = "windows-support"
+[build-dependencies.intel-mkl-tool]
+path = "../intel-mkl-tool"
+version = "0.8.0"
+default-features = false
0 commit comments