Skip to content

Commit 570eb71

Browse files
committed
publish: crates.io 不允许 * 依赖
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 839a11c commit 570eb71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cndrv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ log = "0.4"
1717
[build-dependencies]
1818
bindgen.workspace = true
1919
build-script-cfg.workspace = true
20-
search-neuware-tools = { version = "*", path = "../search-neuware-tools" }
20+
search-neuware-tools = { version = "0.0", path = "../search-neuware-tools" }

cnnl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ keywords = ["cambricon", "mlu", "neuware", "cnnl"]
1212
categories = ["hardware-support"]
1313

1414
[dependencies]
15-
cndrv = { version = "*", path = "../cndrv" }
15+
cndrv = { version = "0.1", path = "../cndrv" }
1616
digit-layout = "0.0"
1717

1818
[build-dependencies]
1919
bindgen.workspace = true
2020
build-script-cfg.workspace = true
21-
search-neuware-tools = { version = "*", path = "../search-neuware-tools" }
21+
search-neuware-tools = { version = "0.0", path = "../search-neuware-tools" }

0 commit comments

Comments
 (0)