|
1 | 1 | [package]
|
2 | 2 | name = "prover"
|
3 |
| -version = "0.7.2" |
| 3 | +version = "0.7.3" |
4 | 4 | edition = "2021"
|
5 | 5 |
|
6 | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
7 | 7 |
|
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.7.2" } |
12 |
| -bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.2" } |
13 |
| -eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.2" } |
14 |
| -zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.2", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] } |
15 |
| -mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.2" } |
16 |
| -mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.2" } |
| 11 | +aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" } |
| 12 | +bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" } |
| 13 | +eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" } |
| 14 | +zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] } |
| 15 | +mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" } |
| 16 | +mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" } |
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