Skip to content

Commit

Permalink
Update Cargo.toml to use zsa1 branch of zcash_note_encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Aug 13, 2024
1 parent 6e217b3 commit e948156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ reddsa = "0.5"
nonempty = "0.7"
serde = { version = "1.0", features = ["derive"] }
subtle = "2.3"
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" }
zcash_note_encryption_zsa = { package = "zcash_note_encryption", version = "0.4", git = "https://github.com/QED-it/zcash_note_encryption", branch = "zsa1" }
incrementalmerkletree = "0.5"
zcash_spec = "0.1"
zip32 = "0.1"
Expand Down

0 comments on commit e948156

Please sign in to comment.