We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b03ff commit 4578bb9Copy full SHA for 4578bb9
rollup/circuitcapacitychecker/libzkp/Cargo.toml
@@ -20,7 +20,7 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
20
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }
21
22
[dependencies]
23
-prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.9.10", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
+prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.0l", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
24
25
anyhow = "1.0"
26
log = "0.4"
0 commit comments