@@ -8,12 +8,12 @@ edition = "2021"
8
8
[dependencies ]
9
9
halo2_proofs = { git = " https://github.com/privacy-scaling-explorations/halo2.git" , tag = " v2023_02_02" }
10
10
11
- aggregator = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " }
12
- bus-mapping = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " }
13
- eth-types = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " }
14
- zkevm-circuits = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " , default-features = false , features = [" test" ," scroll" ," scroll-trace" ," shanghai" ] }
15
- mpt-zktrie = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " }
16
- mock = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.4 " }
11
+ aggregator = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " }
12
+ bus-mapping = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " }
13
+ eth-types = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " }
14
+ zkevm-circuits = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " , default-features = false , features = [" test" ," scroll" ," scroll-trace" ," shanghai" ] }
15
+ mpt-zktrie = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " }
16
+ mock = { git = " https://github.com/scroll-tech/zkevm-circuits.git" , tag = " v0.6.5 " }
17
17
18
18
snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.2" }
19
19
snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.2" }
0 commit comments