Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 25c0c19

Browse files
committed
update circuit to v0.10.3
1 parent 2325e9a commit 25c0c19

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

Cargo.lock

Lines changed: 40 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ serde_json = "1.0"
2727
tokio = { version = "1.32", features = ["full"] }
2828

2929
halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1.1" }
30-
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.0rc3", default-features = false, features = ["parallel_syn", "scroll", "shanghai"] }
31-
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.0rc3", default-features = false, features = ["parallel_syn", "scroll", "shanghai"] }
30+
prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.3", default-features = false, features = ["parallel_syn", "scroll", "shanghai"] }
31+
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.3", default-features = false, features = ["parallel_syn", "scroll", "shanghai"] }
3232

3333
integration = { path = "integration" }
3434

0 commit comments

Comments
 (0)