diff --git a/Cargo.lock b/Cargo.lock index da10a0085..ecfbe185f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1414,7 +1414,7 @@ dependencies = [ [[package]] name = "cfxcore" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" dependencies = [ "alloy-rpc-types-trace", "anyhow", @@ -1714,7 +1714,7 @@ dependencies = [ [[package]] name = "client" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" dependencies = [ "alloy-rpc-types-trace", "anyhow", @@ -1849,7 +1849,7 @@ dependencies = [ [[package]] name = "conflux" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" dependencies = [ "app_dirs", "base64ct", @@ -3582,7 +3582,7 @@ dependencies = [ [[package]] name = "geth-tracer" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" dependencies = [ "alloy-primitives", "alloy-rpc-types-trace", @@ -7302,7 +7302,7 @@ dependencies = [ [[package]] name = "serde-utils" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" dependencies = [ "alloy-primitives", "cfx-types", diff --git a/Cargo.toml b/Cargo.toml index c8101fd88..ce944af2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ members = [ resolver = "2" [workspace.package] -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" authors = ["peilun-conflux", "ChenxingLi"] description = "A rust implementation of the Conflux-Protocol" documentation = "https://doc.confluxnetwork.org" diff --git a/crates/cfxcore/core/Cargo.toml b/crates/cfxcore/core/Cargo.toml index f9c65c687..e4e78b150 100644 --- a/crates/cfxcore/core/Cargo.toml +++ b/crates/cfxcore/core/Cargo.toml @@ -3,7 +3,7 @@ description = "Conflux core library" homepage = "https://www.confluxnetwork.org" license = "GPL-3.0" name = "cfxcore" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" edition = "2021" [dependencies] diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 5ff593977..1a5b9316a 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "2.4.0-testnet-fix2" +version = "2.4.0-testnet-fix3" edition = "2021" [dependencies]