Skip to content

Commit 8245698

Browse files
committed
Update Cargo.toml
1 parent 7560e16 commit 8245698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ mkl-dynamic-ilp64-seq = []
3131

3232
[build-dependencies]
3333
anyhow = "1.0.58"
34-
intel-mkl-tool = { version = "0.8.0-rc.0", path = "../intel-mkl-tool", default-features = false }
34+
ocipkg = "0.2.8"
3535

36-
[build-dependencies.ocipkg]
37-
version = "0.2.7"
38-
git = "https://github.com/termoshtt/ocipkg"
39-
branch = "windows-support"
36+
[build-dependencies.intel-mkl-tool]
37+
path = "../intel-mkl-tool"
38+
version = "0.8.0"
39+
default-features = false

0 commit comments

Comments
 (0)