Skip to content

Commit

Permalink
Update version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot authored and robik75 committed Nov 21, 2024
1 parent a5e1dda commit 6e8a4fd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"

[workspace.package]
# All the packages in the workspace should have the same version
version = "0.150.15"
version = "0.150.16"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
categories = ["cryptography"]

[workspace.dependencies]
circuit_definitions = { version = "=0.150.15", path = "crates/circuit_definitions" }
circuit_encodings = { version = "=0.150.15", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "=0.150.15", path = "crates/circuit_sequencer_api" }
kzg = { version = "=0.150.15", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "=0.150.15", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "=0.150.15", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "=0.150.15", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "=0.150.15", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "=0.150.15", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "=0.150.15", path = "crates/zkEVM-assembly" }
circuit_definitions = { version = "=0.150.16", path = "crates/circuit_definitions" }
circuit_encodings = { version = "=0.150.16", path = "crates/circuit_encodings" }
circuit_sequencer_api = { version = "=0.150.16", path = "crates/circuit_sequencer_api" }
kzg = { version = "=0.150.16", path = "crates/kzg", package = "zksync_kzg" }
zk_evm = { version = "=0.150.16", path = "crates/zk_evm" }
zk_evm_abstractions = { version = "=0.150.16", path = "crates/zk_evm_abstractions" }
zkevm_circuits = { version = "=0.150.16", path = "crates/zkevm_circuits" }
zkevm_opcode_defs = { version = "=0.150.16", path = "crates/zkevm_opcode_defs" }
zkevm_test_harness = { version = "=0.150.16", path = "crates/zkevm_test_harness" }
zkevm-assembly = { version = "=0.150.16", path = "crates/zkEVM-assembly" }

# `zksync-crypto` repository
snark_wrapper = "=0.30.9"
Expand Down

0 comments on commit 6e8a4fd

Please sign in to comment.