From 1cfa5d6e551aac760e24333147d96613e168e3fe Mon Sep 17 00:00:00 2001 From: xjd Date: Thu, 17 Oct 2024 15:16:30 +0800 Subject: [PATCH] chore: update version to 0.13.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 485963d..f71f16b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ checksum = "758eadf691a5e85efcc41927c947f52d924e61837874a8e103d285f4e81e775d" [[package]] name = "ckb-testtool" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "ckb-always-success-script", diff --git a/Cargo.toml b/Cargo.toml index bbcea9d..4c2606e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-testtool" -version = "0.13.1" +version = "0.13.2" authors = ["Nervos Network"] edition = "2021" license = "MIT"