From 0a61a02c057c5aba355528e14f1d6f2a172438f8 Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Mon, 16 Dec 2024 15:49:50 +0000 Subject: [PATCH] Update version in Cargo.toml --- node/Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 9d8b3df5..3aa2b1a9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -22,23 +22,23 @@ homepage = "https://matter-labs.io/" keywords = ["blockchain", "zksync"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/era-consensus" -version = "0.6.0" +version = "0.7.0" [workspace.dependencies] # Crates from this repo. -zksync_consensus_bft = { version = "=0.6.0", path = "components/bft" } -zksync_consensus_crypto = { version = "=0.6.0", path = "libs/crypto" } -zksync_consensus_executor = { version = "=0.6.0", path = "components/executor" } -zksync_consensus_network = { version = "=0.6.0", path = "components/network" } -zksync_consensus_roles = { version = "=0.6.0", path = "libs/roles" } -zksync_consensus_storage = { version = "=0.6.0", path = "libs/storage" } -zksync_consensus_tools = { version = "=0.6.0", path = "tools" } -zksync_consensus_utils = { version = "=0.6.0", path = "libs/utils" } +zksync_consensus_bft = { version = "=0.7.0", path = "components/bft" } +zksync_consensus_crypto = { version = "=0.7.0", path = "libs/crypto" } +zksync_consensus_executor = { version = "=0.7.0", path = "components/executor" } +zksync_consensus_network = { version = "=0.7.0", path = "components/network" } +zksync_consensus_roles = { version = "=0.7.0", path = "libs/roles" } +zksync_consensus_storage = { version = "=0.7.0", path = "libs/storage" } +zksync_consensus_tools = { version = "=0.7.0", path = "tools" } +zksync_consensus_utils = { version = "=0.7.0", path = "libs/utils" } # Crates from this repo that might become independent in the future. -zksync_concurrency = { version = "=0.6.0", path = "libs/concurrency" } -zksync_protobuf = { version = "=0.6.0", path = "libs/protobuf" } -zksync_protobuf_build = { version = "=0.6.0", path = "libs/protobuf_build" } +zksync_concurrency = { version = "=0.7.0", path = "libs/concurrency" } +zksync_protobuf = { version = "=0.7.0", path = "libs/protobuf" } +zksync_protobuf_build = { version = "=0.7.0", path = "libs/protobuf_build" } # Crates from Matter Labs. vise = "0.2.0"