Add missing feature flag

This commit is contained in:
Jack Grigg 2023-12-14 13:19:05 +00:00
parent dfc24428d0
commit 5267960a76
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features]
multicore = ["bellman/multicore"]
temporary-zcashd = []
test-dependencies = [
"incrementalmerkletree/test-dependencies",
"proptest",