diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e7da3..2d20a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.150.20](https://github.com/matter-labs/zksync-protocol/compare/v0.150.19...v0.150.20) - 2024-12-20 + +### Other + +- update Cargo.toml dependencies + ## [0.150.19](https://github.com/matter-labs/zksync-protocol/compare/v0.150.18...v0.150.19) - 2024-12-20 ### Other diff --git a/Cargo.toml b/Cargo.toml index fa52c04..5681ebb 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.150.19" +version = "0.150.20" edition = "2021" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" @@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"] categories = ["cryptography"] [workspace.dependencies] -circuit_definitions = { version = "=0.150.19", path = "crates/circuit_definitions" } -circuit_encodings = { version = "=0.150.19", path = "crates/circuit_encodings" } -circuit_sequencer_api = { version = "=0.150.19", path = "crates/circuit_sequencer_api" } -kzg = { version = "=0.150.19", path = "crates/kzg", package = "zksync_kzg" } -zk_evm = { version = "=0.150.19", path = "crates/zk_evm" } -zk_evm_abstractions = { version = "=0.150.19", path = "crates/zk_evm_abstractions" } -zkevm_circuits = { version = "=0.150.19", path = "crates/zkevm_circuits" } -zkevm_opcode_defs = { version = "=0.150.19", path = "crates/zkevm_opcode_defs" } -zkevm_test_harness = { version = "=0.150.19", path = "crates/zkevm_test_harness" } -zkevm-assembly = { version = "=0.150.19", path = "crates/zkEVM-assembly" } +circuit_definitions = { version = "=0.150.20", path = "crates/circuit_definitions" } +circuit_encodings = { version = "=0.150.20", path = "crates/circuit_encodings" } +circuit_sequencer_api = { version = "=0.150.20", path = "crates/circuit_sequencer_api" } +kzg = { version = "=0.150.20", path = "crates/kzg", package = "zksync_kzg" } +zk_evm = { version = "=0.150.20", path = "crates/zk_evm" } +zk_evm_abstractions = { version = "=0.150.20", path = "crates/zk_evm_abstractions" } +zkevm_circuits = { version = "=0.150.20", path = "crates/zkevm_circuits" } +zkevm_opcode_defs = { version = "=0.150.20", path = "crates/zkevm_opcode_defs" } +zkevm_test_harness = { version = "=0.150.20", path = "crates/zkevm_test_harness" } +zkevm-assembly = { version = "=0.150.20", path = "crates/zkEVM-assembly" } # `zksync-crypto` repository snark_wrapper = "=0.30.12"