Skip to content

Commit c1fc87d

Browse files
committed
fix ccc
1 parent 1e6a700 commit c1fc87d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

rollup/circuitcapacitychecker/libzkp/Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rollup/circuitcapacitychecker/libzkp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "main
2323
bls12_381 = { git = "https://github.com/scroll-tech/bls12_381", branch = "feat/impl_scalar_field" }
2424

2525
[dependencies]
26-
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.0rc2", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
26+
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.0rc3", default-features = false, features = ["parallel_syn", "scroll", "shanghai", "strict-ccc"] }
2727

2828
anyhow = "1.0"
2929
base64 = "0.13.0"

0 commit comments

Comments
 (0)