From 97228172eb9f4e6913f432cce9c96af6121d8f45 Mon Sep 17 00:00:00 2001 From: arya2 Date: Thu, 29 Jun 2023 03:37:50 -0400 Subject: [PATCH] add test-dependencies features to ecc deps --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ea3018738..8745cbc77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,6 +98,8 @@ syn = { version = "1.0.109", features = ["full", "printing"] } # Treat minor versions with a zero major version as compatible (cargo doesn't by default). hex = ">= 0.4.3" lazy_static = "1.4.0" +incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] } +zcash_primitives = { version = "0.12", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] } [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md"