From 24c7c95876e815640131162a036c777d0e7688c1 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 28 Sep 2019 07:41:39 +0800 Subject: [PATCH] bump to v0.21.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e874839..aefb153b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ source = "git+https://github.com/nervosnetwork/ckb?branch=rc/v0.21#efbe9b17afa16 [[package]] name = "ckb-cli" -version = "0.21.0" +version = "0.21.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 67ec080d..6ccd8de7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-cli" -version = "0.21.0" +version = "0.21.1" license = "MIT" authors = ["Linfeng Qian ", "Nervos Core Dev "] edition = "2018"