From 641e64bc7c4e2a1fb551a58cb3e7b2ff6828e1c6 Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Mon, 15 Nov 2021 16:31:45 +0800 Subject: [PATCH] Update version to v1.1.6-testnet. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1edf525af1..cf7cd941d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" dependencies = [ "bit-set", "bn", @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "client" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" dependencies = [ "app_dirs", "bigdecimal", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "conflux" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" dependencies = [ "app_dirs", "blockgen", diff --git a/Cargo.toml b/Cargo.toml index b6362415b0..92fab2e459 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index 7dae2ed554..341dd5dae6 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index c85a277163..d4b99758f8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,7 +3,7 @@ description = "Conflux core library" homepage = "https://www.confluxnetwork.org" license = "GPL-3.0" name = "cfxcore" -version = "1.1.5-testnet-fix" +version = "1.1.6-testnet" edition = "2018" [dependencies]