File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ harness = false
5151backtrace = { version = " 0.3" , optional = true }
5252ff = " 0.13"
5353group = " 0.13"
54- halo2curves = { version = " 0.6.0" }
54+ halo2curves = { version = " 0.6.0" , default-features = false }
5555rand_core = { version = " 0.6" , default-features = false }
5656tracing = " 0.1"
5757blake2b_simd = " 1" # MSRV 1.66.0
@@ -80,14 +80,15 @@ serde_json = "1"
8080getrandom = { version = " 0.2" , features = [" js" ] }
8181
8282[features ]
83- default = [" batch" ]
83+ default = [" batch" , " bits " ]
8484dev-graph = [" plotters" , " tabbycat" ]
8585test-dev-graph = [
8686 " dev-graph" ,
8787 " plotters/bitmap_backend" ,
8888 " plotters/bitmap_encoder" ,
8989 " plotters/ttf" ,
9090]
91+ bits = [" halo2curves/bits" ]
9192gadget-traces = [" backtrace" ]
9293thread-safe-region = []
9394sanity-checks = []
You can’t perform that action at this time.
0 commit comments