Enable `multicore` feature flag by default

This matches the `orchard` crate.
This commit is contained in:
Jack Grigg 2024-01-03 18:22:51 +00:00
parent 314930e92d
commit 49dfc22fde
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ rand_xorshift = "0.3"
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features]
default = ["multicore"]
## Enables multithreading support for creating proofs.
multicore = ["bellman/multicore"]