Use tag instead of branch for zcash_note_encryption (librustzcash) ref in root Cargo.toml

This commit is contained in:
Dmitry Demin 2023-06-23 13:06:48 +02:00
parent d4ff716bb8
commit 21d7273e49
1 changed files with 1 additions and 1 deletions

View File

@ -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" }