Skip to content

Commit

Permalink
chore(ccc): v0.7.6: fix: if rws reaches limit, stop early
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Aug 30, 2023
1 parent ea3a3c9 commit ea86919
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions rollup/circuitcapacitychecker/libzkp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rollup/circuitcapacitychecker/libzkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ maingate = { git = "https://github.com/scroll-tech/halo2wrong", branch = "halo2-
halo2curves = { git = "https://github.com/scroll-tech/halo2curves.git", branch = "0.3.1-derive-serde" }

[dependencies]
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.5" }
types = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.5" }
prover = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.6" }
types = { git = "https://github.com/scroll-tech/scroll-prover", tag = "v0.7.6" }

log = "0.4"
env_logger = "0.9.0"
Expand Down

0 comments on commit ea86919

Please sign in to comment.