Skip to content

Commit

Permalink
crates.io release 0.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Jul 23, 2024
1 parent 99df300 commit aae101d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ homepage = "https://matter-labs.io/"
repository = "https://github.com/matter-labs/era-consensus"
license = "MIT OR Apache-2.0"
keywords = ["blockchain", "zksync"]
version = "0.1.0-rc.2"
version = "0.1.0-rc.3"

[workspace.dependencies]
# Crates from this repo.
zksync_consensus_bft = { version = "=0.1.0-rc.2", path = "actors/bft" }
zksync_consensus_crypto = { version = "=0.1.0-rc.2", path = "libs/crypto" }
zksync_consensus_executor = { version = "=0.1.0-rc.2", path = "actors/executor" }
zksync_consensus_network = { version = "=0.1.0-rc.2", path = "actors/network" }
zksync_consensus_roles = { version = "=0.1.0-rc.2", path = "libs/roles" }
zksync_consensus_storage = { version = "=0.1.0-rc.2", path = "libs/storage" }
zksync_consensus_tools = { version = "=0.1.0-rc.2", path = "tools" }
zksync_consensus_utils = { version = "=0.1.0-rc.2", path = "libs/utils" }
zksync_consensus_bft = { version = "=0.1.0-rc.3", path = "actors/bft" }
zksync_consensus_crypto = { version = "=0.1.0-rc.3", path = "libs/crypto" }
zksync_consensus_executor = { version = "=0.1.0-rc.3", path = "actors/executor" }
zksync_consensus_network = { version = "=0.1.0-rc.3", path = "actors/network" }
zksync_consensus_roles = { version = "=0.1.0-rc.3", path = "libs/roles" }
zksync_consensus_storage = { version = "=0.1.0-rc.3", path = "libs/storage" }
zksync_consensus_tools = { version = "=0.1.0-rc.3", path = "tools" }
zksync_consensus_utils = { version = "=0.1.0-rc.3", path = "libs/utils" }

# Crates from this repo that might become independent in the future.
zksync_concurrency = { version = "=0.1.0-rc.2", path = "libs/concurrency" }
zksync_protobuf = { version = "=0.1.0-rc.2", path = "libs/protobuf" }
zksync_protobuf_build = { version = "=0.1.0-rc.2", path = "libs/protobuf_build" }
zksync_concurrency = { version = "=0.1.0-rc.3", path = "libs/concurrency" }
zksync_protobuf = { version = "=0.1.0-rc.3", path = "libs/protobuf" }
zksync_protobuf_build = { version = "=0.1.0-rc.3", path = "libs/protobuf_build" }

# Crates from Matter Labs.
pairing = { package = "pairing_ce", version = "=0.28.6" }
Expand Down

0 comments on commit aae101d

Please sign in to comment.