From a5690007df1aff476bb7770f4d531e4db6a472b6 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 16 Dec 2024 20:52:49 -0700 Subject: [PATCH] Update to orchard version 0.10.1 --- Cargo.lock | 5 +++-- Cargo.toml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4044f4748..e75d3e005 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2788,8 +2788,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchard" -version = "0.10.0" -source = "git+https://github.com/zcash/orchard.git?rev=f99b6565a78763b58dac792d7492c55067bae680#f99b6565a78763b58dac792d7492c55067bae680" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02f7152474406422f572de163e0bc63b2126cdbfe17bc849efbbde36fcfe647e" dependencies = [ "aes", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 95dc5ab8e..cc866f9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ sapling = { package = "sapling-crypto", version = "0.4", default-features = fals # - Orchard nonempty = "0.7" -orchard = { version = "0.10", default-features = false } +orchard = { version = "0.10.1", default-features = false } pasta_curves = "0.5" # - Transparent @@ -193,6 +193,3 @@ debug = true [workspace.lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zcash_unstable, values("zfuture"))'] } - -[patch.crates-io] -orchard = { git = "https://github.com/zcash/orchard.git", rev = "f99b6565a78763b58dac792d7492c55067bae680" }