From 4fea57dcac77870a142f15b1f1dfa6d34a0de7b8 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 3 Apr 2023 16:28:53 -0600 Subject: [PATCH] Upgrade orchard patch dependency. --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb260a320..91796fc10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,4 @@ codegen-units = 1 [patch.crates-io] zcash_encoding = { path = "components/zcash_encoding" } zcash_note_encryption = { path = "components/zcash_note_encryption" } -orchard = { git = "https://github.com/zcash/orchard.git", rev = "dca33119b4d082048a098e9fdc0c87c508ed056e" } -halo2_gadgets = { git = "https://github.com/zcash/halo2.git", rev = "642924d614305d882cc122739c59144109f4bd3f" } -halo2_proofs = { git = "https://github.com/zcash/halo2.git", rev = "642924d614305d882cc122739c59144109f4bd3f" } +orchard = { git = "https://github.com/zcash/orchard.git", rev = "bdcf15ba2141f94f031c195140219a99335d96d5" }