point halo2 to our forks so powdr lib uses do not need to patch it themselves

This commit is contained in:
Leo Alt
2024-03-19 12:19:37 +01:00
parent af97517048
commit a19a5443ca
2 changed files with 6 additions and 7 deletions

View File

@@ -44,8 +44,3 @@ overflow-checks = true
panic = 'unwind'
incremental = true # This is true because target is cached
codegen-units = 256
# This can be removed when upgrading to the next release of Halo2, because this has been merged:
# https://github.com/privacy-scaling-explorations/halo2/pull/292
[patch."https://github.com/privacy-scaling-explorations/halo2"]
halo2_proofs = { git = "https://github.com/georgwiese/halo2", branch = "make-emit-public-v0.3.0", features = ["circuit-params"] }