From 0ae9ac92ac73edd40272ade6462d826a19e64758 Mon Sep 17 00:00:00 2001 From: mohanson Date: Mon, 28 Oct 2024 09:10:03 +0800 Subject: [PATCH] Update ckb-testtool --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cargo.toml b/test/Cargo.toml index 364ada5..1b509df 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ckb-x64-simulator = "0.10" -ckb-testtool = "0.13.1" +ckb-testtool = "0.14" serde_json = "1.0" ckb-mock-tx-types = "0.119.0" blake2b-rs = "0.1.5"