Skip to content

Commit

Permalink
Update version to v2.4.0-testnet-fix3.
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Jun 27, 2024
1 parent 88e19a0 commit 1e9828d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/cfxcore/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "client"
version = "2.4.0-testnet-fix2"
version = "2.4.0-testnet-fix3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 1e9828d

Please sign in to comment.