From 31c16718d8b7bd3188d0104ae43b5cb542e04660 Mon Sep 17 00:00:00 2001 From: xjd Date: Thu, 21 Nov 2024 15:40:54 +0800 Subject: [PATCH] chore: update to 0.14.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f69102..cc5babf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ checksum = "c0acbeae9e64b10d26ea477dc982caf643d4143f086cb5cf69f2d0f94e4fa2e4" [[package]] name = "ckb-testtool" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "ckb-always-success-script", diff --git a/Cargo.toml b/Cargo.toml index 95ec191..87dc561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-testtool" -version = "0.14.0" +version = "0.14.1" authors = ["Nervos Network"] edition = "2021" license = "MIT"