From 21d7273e49ea5f82f2def32916c390aa039af9b6 Mon Sep 17 00:00:00 2001 From: Dmitry Demin Date: Fri, 23 Jun 2023 13:06:48 +0200 Subject: [PATCH] Use tag instead of branch for zcash_note_encryption (librustzcash) ref in root Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 006f98c3a..484210f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,4 +92,4 @@ debug = true debug = true [patch.crates-io] -zcash_note_encryption = { git = "https://github.com/QED-it/librustzcash.git", branch = "upgrade_for_orchard_v05_new" } +zcash_note_encryption = { git = "https://github.com/QED-it/librustzcash.git", tag = "O.5_compatible" }