From 4ccacbeaddc5cb1370cf369d05a2c8925767617c Mon Sep 17 00:00:00 2001 From: Soralit Date: Thu, 19 Dec 2024 09:02:49 +0800 Subject: [PATCH] Update rust/Cargo.toml Co-authored-by: Jack Grigg --- rust/Cargo.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2db60a2e5..66181f535 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -136,12 +136,11 @@ getrandom = "0.2" [patch.crates-io] bip32 = { git = "https://github.com/KeystoneHQ/crates.git", rev = "9873e8fd56007d792fa60d6e844fdb75d527c858" } -f4jumble = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -nonempty = { git = "https://github.com/nuttycom/nonempty.git", rev = "38d37189faecb2a0e3d6adc05aa24e1b93c2483b" } -orchard = { git = "https://github.com/zcash/orchard.git", rev = "e0cc7ac53ad8c97661b312a8b1c064f4cd3c6629" } -pczt = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -transparent = { package = "zcash_transparent", git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -zcash_address = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -zcash_encoding = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -zcash_keys = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } -zcash_protocol = { git = "https://github.com/zcash/librustzcash.git", rev = "9407f09208d5574a3ba7bf3e6963741114ba77c2" } +f4jumble = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +orchard = { git = "https://github.com/zcash/orchard.git", rev = "cd3e0901ccac2c630dd7fd03eb496d5030c1bbfe" } +pczt = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +transparent = { package = "zcash_transparent", git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +zcash_address = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +zcash_encoding = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +zcash_keys = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" } +zcash_protocol = { git = "https://github.com/zcash/librustzcash.git", rev = "ab80376bda49e0af524aea23c1d64b3fe1bbe887" }