Skip to content

Commit

Permalink
Merge branch 'mariari/specify-branch-of-patched-files' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
mariari committed Aug 28, 2023
2 parents 64a6fa8 + 05e6cda commit 5892ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taiga_halo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"
rand = "0.8"
lazy_static = "1.4"
blake2b_simd = "1.0"
pasta_curves = "0.5.1"
pasta_curves = {git = "https://github.com/heliaxdev/pasta_curves", branch = "taiga"}
ff = "0.13"
group = "0.13"
halo2_gadgets = { version = "0.3", features = ["test-dependencies"] }
halo2_proofs = { version = "0.3", features = ["dev-graph"] }
halo2_gadgets = {git = "https://github.com/heliaxdev/halo2", branch = "taiga", features = ["test-dependencies"]}
halo2_proofs = {git = "https://github.com/heliaxdev/halo2", branch = "taiga", features = ["dev-graph"]}
bitvec = "1.0"
subtle = { version = "2.3", default-features = false }
dyn-clone = "1.0"
Expand Down

0 comments on commit 5892ad0

Please sign in to comment.