From 6cb2721f2a6f3362f3c2b6968f20980c856599b7 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 24 Jun 2022 16:29:22 +0000 Subject: [PATCH] zcash_primitives 0.7.0 Extracted from: https://github.com/zcash/librustzcash/commit/e952ff637e08495c9ad4deeffff27da043f50c44 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a100d1..cb225f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ subtle = { version = "2.2.3", default-features = false } [dev-dependencies] ff = { version = "0.12", default-features = false } -zcash_primitives = { version = "0.6", path = "../../zcash_primitives" } +zcash_primitives = { version = "0.7", path = "../../zcash_primitives" } jubjub = "0.9" [features]