Skip to content

Commit e1e731a

Browse files
committed
WIP
1 parent 805ef34 commit e1e731a

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Cargo.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ zip32 = { version = "0.2.0", default-features = false }
4848
visibility = "0.1.1"
4949

5050
# Circuit
51-
halo2_gadgets = { version = "0.3", optional = true }
51+
halo2_gadgets = { version = "0.3", optional = true, default-features = false }
5252
halo2_proofs = { version = "0.3", optional = true, default-features = false, features = ["batch", "floor-planner-v1-legacy-pdqsort"] }
5353

5454
# Boilerplate
@@ -106,3 +106,7 @@ debug = true
106106

107107
[profile.bench]
108108
debug = true
109+
110+
[patch.crates-io]
111+
halo2_gadgets = { version = "0.3.1", path = "../halo2/halo2_gadgets" }
112+
halo2_proofs = { version = "0.3.0", path = "../halo2/halo2_proofs" }

0 commit comments

Comments
 (0)