@@ -6,7 +6,7 @@ resolver = "2"
6
6
7
7
[workspace .package ]
8
8
# All the packages in the workspace should have the same version
9
- version = " 0.150.6 "
9
+ version = " 0.150.7 "
10
10
edition = " 2021"
11
11
authors = [
" The Matter Labs Team <[email protected] >" ]
12
12
homepage = " https://zksync.io/"
@@ -16,16 +16,16 @@ keywords = ["blockchain", "zksync"]
16
16
categories = [" cryptography" ]
17
17
18
18
[workspace .dependencies ]
19
- circuit_definitions = { version = " =0.150.6 " , path = " crates/circuit_definitions" }
20
- circuit_encodings = { version = " =0.150.6 " , path = " crates/circuit_encodings" }
21
- circuit_sequencer_api = { version = " =0.150.6 " , path = " crates/circuit_sequencer_api" }
22
- kzg = { version = " =0.150.6 " , path = " crates/kzg" , package = " zksync_kzg" }
23
- zk_evm = { version = " =0.150.6 " , path = " crates/zk_evm" }
24
- zk_evm_abstractions = { version = " =0.150.6 " , path = " crates/zk_evm_abstractions" }
25
- zkevm_circuits = { version = " =0.150.6 " , path = " crates/zkevm_circuits" }
26
- zkevm_opcode_defs = { version = " =0.150.6 " , path = " crates/zkevm_opcode_defs" }
27
- zkevm_test_harness = { version = " =0.150.6 " , path = " crates/zkevm_test_harness" }
28
- zkevm-assembly = { version = " =0.150.6 " , path = " crates/zkEVM-assembly" }
19
+ circuit_definitions = { version = " =0.150.7 " , path = " crates/circuit_definitions" }
20
+ circuit_encodings = { version = " =0.150.7 " , path = " crates/circuit_encodings" }
21
+ circuit_sequencer_api = { version = " =0.150.7 " , path = " crates/circuit_sequencer_api" }
22
+ kzg = { version = " =0.150.7 " , path = " crates/kzg" , package = " zksync_kzg" }
23
+ zk_evm = { version = " =0.150.7 " , path = " crates/zk_evm" }
24
+ zk_evm_abstractions = { version = " =0.150.7 " , path = " crates/zk_evm_abstractions" }
25
+ zkevm_circuits = { version = " =0.150.7 " , path = " crates/zkevm_circuits" }
26
+ zkevm_opcode_defs = { version = " =0.150.7 " , path = " crates/zkevm_opcode_defs" }
27
+ zkevm_test_harness = { version = " =0.150.7 " , path = " crates/zkevm_test_harness" }
28
+ zkevm-assembly = { version = " =0.150.7 " , path = " crates/zkEVM-assembly" }
29
29
30
30
# `zksync-crypto` repository
31
31
snark_wrapper = " =0.30.1"
0 commit comments