Skip to content

Commit

Permalink
Don't use parallel_syn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Nov 19, 2023
1 parent f44ce39 commit 4f399bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ethers-core = { git = "https://github.com/scroll-tech/ethers-rs.git", branch = "
# printout the layout of circuits for demo and some unittests
print_layout = ["halo2_proofs/dev-graph"]
bench = [ "default", "dep:criterion" ]
default = ["halo2_proofs/mock-batch-inv", "halo2_proofs/parallel_syn"]
default = ["halo2_proofs/mock-batch-inv"]

[dev-dependencies]
# mpt-zktrie = { path = "../scroll-circuits/zktrie" }
Expand Down

0 comments on commit 4f399bb

Please sign in to comment.