Skip to content

Commit 6d28e4e

Browse files
committed
0.6.0-alpha.1
1 parent fb52565 commit 6d28e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.0-alpha.0"
3+
version = "0.6.0-alpha.1"
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.2.0-alpha.0", path = "../intel-mkl-tool", default-features = false }
37+
intel-mkl-tool = { version = "0.2.0-alpha.1", path = "../intel-mkl-tool", default-features = false }

intel-mkl-tool/Cargo.toml

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

0 commit comments

Comments
 (0)