Change tag name for zcash_note_encryption in root Cargo.toml

This commit is contained in:
Dmitry Demin 2023-06-23 14:08:23 +02:00
parent 21d7273e49
commit 62d4ae70ae
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", tag = "O.5_compatible" }
zcash_note_encryption = { version = "0.4", git = "https://github.com/QED-it/librustzcash.git", tag = "orchard_zsa_0.5.0_compatible" }