From 268e077f3f41e578451724a4726dbc593f974797 Mon Sep 17 00:00:00 2001 From: Dmitry Demin Date: Fri, 23 Jun 2023 13:05:05 +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 19c34cb59..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" } +zcash_note_encryption = { git = "https://github.com/QED-it/librustzcash.git", tag = "O.5_compatible" }