From 4788a7a1361fad6bad99f7062ca7a72de09d3f14 Mon Sep 17 00:00:00 2001 From: quake Date: Fri, 15 Mar 2024 11:44:01 +0800 Subject: [PATCH] chore: use crate version for cargo publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d19f90f..2c58f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["std"] } xshell = "=0.2.2" path_macro = "1.0.0" ckb-sdk = "3.1" -ckb-testtool = { path = "crates/testtool" } +ckb-testtool = { version = "0.11.0", path = "crates/testtool" } [build-dependencies] includedir_codegen = "0.6"