Skip to content

Commit c9470f5

Browse files
committed
Fix dependencies
1 parent ca0d6a0 commit c9470f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ xdg-data-home = []
3434

3535
[build-dependencies]
3636
anyhow = "1"
37-
intel-mkl-tool = { version = "0.2.0-alpha.1", path = "../intel-mkl-tool", default-features = false }
37+
intel-mkl-tool = { version = "0.2.0", path = "../intel-mkl-tool", default-features = false }

intel-mkl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mkl-dynamic-ilp64-seq = ["intel-mkl-src/mkl-dynamic-ilp64-seq"]
2727
download = ["intel-mkl-src/download"]
2828

2929
[dependencies]
30-
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0-alpha.0", default-features = false }
30+
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0", default-features = false }
3131

3232
[dev-dependencies]
3333
criterion = "0.3.0"

0 commit comments

Comments
 (0)