Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
test halo2 wigh generic inner impls
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Mar 1, 2023
1 parent 6f5c618 commit 2662d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ members = [
"testool"
]

[patch.crates-io]
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_02_02" }
# [patch.crates-io]
# halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_02_02" }

[patch."https://github.com/privacy-scaling-explorations/halo2.git"]
halo2_proofs = { git = "https://github.com/ed255/halo2.git", branch = "feature/generics-inner1" }

# Definition of benchmarks profile to use.
[profile.bench]
Expand Down

0 comments on commit 2662d54

Please sign in to comment.