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 f60d947 commit bb554c8Copy full SHA for bb554c8
intel-mkl-sys/Cargo.toml
@@ -27,8 +27,10 @@ mkl-dynamic-lp64-seq = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
27
mkl-dynamic-ilp64-iomp = ["intel-mkl-src/mkl-dynamic-ilp64-iomp"]
28
mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
29
30
-[dependencies]
31
-intel-mkl-src = { path = "../intel-mkl-src", version = "0.8.0-rc.0", default-features = false }
+[dependencies.intel-mkl-src]
+path = "../intel-mkl-src"
32
+version = "0.8.0"
33
+default-features = false
34
35
[dev-dependencies]
36
criterion = "0.3.6"
0 commit comments