Merge pull request #112 from zcash/add-missing-feature-flag

Add missing feature flag
This commit is contained in:
Kris Nuttycombe 2023-12-14 09:54:56 -07:00 committed by GitHub
commit 30f31b166c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",