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"