From ffa669a9588c07a48a2c87a2ef7b7e4446ee9247 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 6 Apr 2022 21:00:25 +0000 Subject: [PATCH] Migrate to orchard 0.1.0-beta.3 --- zcash_primitives/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 62fb37ca9..eebdb53ec 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -31,12 +31,12 @@ fpe = "0.5" group = "0.11" hdwallet = { version = "0.3.0", optional = true } hex = "0.4" -incrementalmerkletree = "=0.3.0-beta.1" +incrementalmerkletree = "=0.3.0-beta.2" jubjub = "0.8" lazy_static = "1" memuse = "0.2" nonempty = "0.7" -orchard = "=0.1.0-beta.2" +orchard = "=0.1.0-beta.3" proptest = { version = "1.0.0", optional = true } rand = "0.8" rand_core = "0.6" @@ -55,7 +55,7 @@ features = ["pre-zip-212"] criterion = "0.3" proptest = "1.0.0" rand_xorshift = "0.3" -orchard = { version = "=0.1.0-beta.2", features = ["test-dependencies"] } +orchard = { version = "=0.1.0-beta.3", features = ["test-dependencies"] } [target.'cfg(unix)'.dev-dependencies] pprof = { version = "=0.6.1", features = ["criterion", "flamegraph"] }