From 20a72145ed275107c43572bd18cac067ec652b42 Mon Sep 17 00:00:00 2001 From: Dmitry Demin Date: Tue, 13 Aug 2024 11:05:31 +0200 Subject: [PATCH] Update the second usage of zcash_note_encryption in Cargo.toml to use zsa1 branch too --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfd1c23b5..7b0389cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ bridgetree = "0.4" criterion = "0.4" # 0.5 depends on clap 4 which has MSRV 1.70 halo2_gadgets = { git = "https://github.com/QED-it/halo2", rev = "7f5c0babd61f8ca46c9165a1adfac298d3fd3a11", features = ["test-dependencies"] } proptest = "1.0.0" -zcash_note_encryption_zsa = { package = "zcash_note_encryption", version = "0.4", git = "https://github.com/QED-it/zcash_note_encryption", branch = "return-ref-from-enc-ciphertext", features = ["pre-zip-212"] } +zcash_note_encryption_zsa = { package = "zcash_note_encryption", version = "0.4", git = "https://github.com/QED-it/zcash_note_encryption", branch = "zsa1", features = ["pre-zip-212"] } incrementalmerkletree = { version = "0.5", features = ["test-dependencies"] } ahash = "=0.8.6" #Pinned: 0.8.7 depends on Rust 1.72