From 6ebeff71c65c84f19c764b812a6242b58e1ca90c Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Thu, 5 Sep 2024 14:12:15 +0000 Subject: [PATCH] Update version in Cargo.toml --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 964b022..fe8dbc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [workspace.package] # All the packages in the workspace should have the same version -version = "0.30.0" +version = "0.30.1" edition = "2021" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" @@ -17,17 +17,17 @@ categories = ["cryptography"] [workspace.dependencies] # Local dependencies -bellman = { version = "=0.30.0", path = "crates/bellman", package = "zksync_bellman" } -boojum = { version = "=0.30.0", path = "crates/boojum" } -zksync_solidity_vk_codegen = { version = "=0.30.0", path = "crates/codegen" } -codegen-bin = { version = "=0.30.0", path = "crates/codegen-bin" } -cs_derive = { version = "=0.30.0", path = "crates/cs_derive", package = "zksync_cs_derive" } -ff = { version = "=0.30.0", path = "crates/ff", package = "zksync_ff" } -ff_derive = { version = "=0.30.0", path = "crates/ff_derive", package = "zksync_ff_derive" } -franklin-crypto = { version = "=0.30.0", path = "crates/franklin-crypto" } -pairing = { version = "=0.30.0", path = "crates/pairing", package = "zksync_pairing" } -rescue_poseidon = { version = "=0.30.0", path = "crates/rescue-poseidon" } -snark_wrapper = { version = "=0.30.0", path = "crates/snark-wrapper" } +bellman = { version = "=0.30.1", path = "crates/bellman", package = "zksync_bellman" } +boojum = { version = "=0.30.1", path = "crates/boojum" } +zksync_solidity_vk_codegen = { version = "=0.30.1", path = "crates/codegen" } +codegen-bin = { version = "=0.30.1", path = "crates/codegen-bin" } +cs_derive = { version = "=0.30.1", path = "crates/cs_derive", package = "zksync_cs_derive" } +ff = { version = "=0.30.1", path = "crates/ff", package = "zksync_ff" } +ff_derive = { version = "=0.30.1", path = "crates/ff_derive", package = "zksync_ff_derive" } +franklin-crypto = { version = "=0.30.1", path = "crates/franklin-crypto" } +pairing = { version = "=0.30.1", path = "crates/pairing", package = "zksync_pairing" } +rescue_poseidon = { version = "=0.30.1", path = "crates/rescue-poseidon" } +snark_wrapper = { version = "=0.30.1", path = "crates/snark-wrapper" } [profile.release] debug = true