Skip to content

Commit 71f81a0

Browse files
committed
intel-mkl-src=0.6.0-alpha.0 and related
1 parent ccacf75 commit 71f81a0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

intel-mkl-src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-src"
3-
version = "0.5.0"
3+
version = "0.6.0-alpha.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -34,4 +34,4 @@ xdg-data-home = []
3434

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

intel-mkl-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-sys"
3-
version = "0.1.0"
3+
version = "0.2.0-alpha.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -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.5.0", default-features = false }
30+
intel-mkl-src = { path = "../intel-mkl-src", version = "0.6.0-alpha.0", default-features = false }
3131

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

intel-mkl-tool/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intel-mkl-tool"
3-
version = "0.1.0"
3+
version = "0.2.0-alpha.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

@@ -15,21 +15,21 @@ cli = ["structopt", "env_logger"]
1515

1616
[dependencies]
1717
anyhow = "1.0.31"
18-
curl = "0.4.25"
19-
derive_more = "0.99.7"
18+
curl = "0.4.29"
19+
derive_more = "0.99.8"
2020
dirs = "2.0.2"
2121
glob = "0.3.0"
2222
log = "0.4.8"
2323
pkg-config = "0.3.17"
24-
tar = "0.4.26"
25-
zstd = "0.5.1"
24+
tar = "0.4.29"
25+
zstd = "0.5.3"
2626

2727
# CLI
28-
structopt = { version = "0.3.5", optional = true }
28+
structopt = { version = "0.3.15", optional = true }
2929
env_logger = { version = "0.7.1", optional = true }
3030

3131
[dev-dependencies]
32-
paste = "*"
32+
paste = "0.1.17"
3333

3434
[[bin]]
3535
name = "intel-mkl-tool"

0 commit comments

Comments
 (0)