zcash_client_sqlite: Fix missing incrementalmerkletree feature dependency

This commit is contained in:
Kris Nuttycombe 2023-06-08 12:53:39 -06:00
parent 21f82e539f
commit bf7f05282f
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ uuid = "1.1"
[dev-dependencies]
assert_matches = "1.5"
incrementalmerkletree = { version = "0.4", features = ["legacy-api", "test-dependencies"] }
proptest = "1.0.0"
rand_core = "0.6"
regex = "1.4"
@ -59,6 +60,7 @@ zcash_address = { version = "0.3", path = "../components/zcash_address", feature
[features]
mainnet = []
test-dependencies = [
"incrementalmerkletree/test-dependencies",
"zcash_primitives/test-dependencies",
"zcash_client_backend/test-dependencies",
]