From 8c1c29b14593fae02c9e50692b9981896e1eb161 Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Thu, 20 Jun 2024 16:31:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(cndrv):=20=E6=8C=87=E5=AE=9A=20search-neuwa?= =?UTF-8?q?re-tools=20=E7=89=88=E6=9C=AC=E5=85=B1=20crates.io=20=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YdrMaster --- cndrv/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cndrv/Cargo.toml b/cndrv/Cargo.toml index 80bd9b4..fb78ca2 100644 --- a/cndrv/Cargo.toml +++ b/cndrv/Cargo.toml @@ -17,4 +17,4 @@ log = "0.4" [build-dependencies] bindgen.workspace = true build-script-cfg.workspace = true -search-neuware-tools = { path = "../search-neuware-tools" } +search-neuware-tools = { version = "0.0.0", path = "../search-neuware-tools" }