From cf4159b8b5dc4fb3657c89ad310d097c247aad87 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 28 Mar 2024 11:05:04 +0800 Subject: [PATCH] chore: bump to v1.8.0-rc1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a57a17f6..ce15c230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "ckb-cli" -version = "1.7.1" +version = "1.8.0-rc1" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a7ea1681..290d3a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-cli" -version = "1.7.1" +version = "1.8.0-rc1" license = "MIT" authors = [ "Linfeng Qian ",