From 152f7239f21e1a694af0fbd2d1ac746faebb6c3c Mon Sep 17 00:00:00 2001 From: Peilun Li Date: Thu, 14 Dec 2023 13:25:46 +0800 Subject: [PATCH] Release v2.3.2-testnet. --- Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- core/benchmark/storage/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2274aef9d..c75ec5ea3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index 6c4ca44693..083ced7113 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 7e3fedf4e7..574b80d2de 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 = "2.3.1-testnet" +version = "2.3.2-testnet" edition = "2018" [dependencies] diff --git a/core/benchmark/storage/Cargo.lock b/core/benchmark/storage/Cargo.lock index f92608f020..45e49e7fd1 100644 --- a/core/benchmark/storage/Cargo.lock +++ b/core/benchmark/storage/Cargo.lock @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.0.2" +version = "2.3.2-testnet" dependencies = [ "anyhow", "async-oneshot",