Skip to content

Commit

Permalink
Update rust/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Grigg <[email protected]>
  • Loading branch information
soralit and str4d authored Dec 19, 2024
1 parent d41a8f2 commit 4ccacbe
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 4ccacbe

Please sign in to comment.