Skip to content

Commit 3717001

Browse files
committed
bring back bits as feature
1 parent 6b9245f commit 3717001

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

halo2_proofs/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ harness = false
5151
backtrace = { version = "0.3", optional = true }
5252
ff = "0.13"
5353
group = "0.13"
54-
halo2curves = { version = "0.6.0" }
54+
halo2curves = { version = "0.6.0", default-features = false }
5555
rand_core = { version = "0.6", default-features = false }
5656
tracing = "0.1"
5757
blake2b_simd = "1" # MSRV 1.66.0
@@ -80,14 +80,15 @@ serde_json = "1"
8080
getrandom = { version = "0.2", features = ["js"] }
8181

8282
[features]
83-
default = ["batch"]
83+
default = ["batch", "bits"]
8484
dev-graph = ["plotters", "tabbycat"]
8585
test-dev-graph = [
8686
"dev-graph",
8787
"plotters/bitmap_backend",
8888
"plotters/bitmap_encoder",
8989
"plotters/ttf",
9090
]
91+
bits = ["halo2curves/bits"]
9192
gadget-traces = ["backtrace"]
9293
thread-safe-region = []
9394
sanity-checks = []

0 commit comments

Comments
 (0)