From be225daabfe612cc7f1c87442a848efba4c7d6ad Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Sat, 27 Mar 2021 08:43:40 -0600 Subject: [PATCH] Update zcash_primitives dev dependency for zcash_note_encryption --- components/zcash_note_encryption/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/zcash_note_encryption/Cargo.toml b/components/zcash_note_encryption/Cargo.toml index b749ed0e9..caf262480 100644 --- a/components/zcash_note_encryption/Cargo.toml +++ b/components/zcash_note_encryption/Cargo.toml @@ -19,4 +19,4 @@ group = "0.8" rand_core = "0.5.1" [dev-dependencies] -zcash_primitives = { version = "0.4", path = "../../zcash_primitives" } +zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }