Skip to content

Commit 6b9245f

Browse files
committed
fix: specific halo2curves version
1 parent b441884 commit 6b9245f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

halo2_proofs/Cargo.toml

Lines changed: 2 additions & 3 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", default-features = false }
54+
halo2curves = { version = "0.6.0" }
5555
rand_core = { version = "0.6", default-features = false }
5656
tracing = "0.1"
5757
blake2b_simd = "1" # MSRV 1.66.0
@@ -80,15 +80,14 @@ serde_json = "1"
8080
getrandom = { version = "0.2", features = ["js"] }
8181

8282
[features]
83-
default = ["batch","bits"]
83+
default = ["batch"]
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"]
9291
gadget-traces = ["backtrace"]
9392
thread-safe-region = []
9493
sanity-checks = []

0 commit comments

Comments
 (0)