diff --git a/Cargo.lock b/Cargo.lock index 62090d5053..a2635e6504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" dependencies = [ "anyhow", "async-oneshot", @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "client" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" dependencies = [ "anyhow", "app_dirs", @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "conflux" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" dependencies = [ "app_dirs", "base64ct", diff --git a/Cargo.toml b/Cargo.toml index 5c5c5ea9a8..6137eca217 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conflux" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" edition = "2018" build = "build.rs" diff --git a/client/Cargo.toml b/client/Cargo.toml index 60b0195000..774957b0b0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" edition = "2018" [dependencies] diff --git a/core/Cargo.toml b/core/Cargo.toml index 198d702e5c..e73b8b8021 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.4-2-testnet" +version = "2.3.4-3-testnet" edition = "2018" [dependencies] diff --git a/core/benchmark/storage/Cargo.lock b/core/benchmark/storage/Cargo.lock index f98689e879..5d96c50332 100644 --- a/core/benchmark/storage/Cargo.lock +++ b/core/benchmark/storage/Cargo.lock @@ -1792,7 +1792,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.3.4-2-testnet" +version = "2.3.4-3-testnet" dependencies = [ "anyhow", "async-oneshot",