From 9cc70bd0c781bb249e5409c967407e3a7142e3d2 Mon Sep 17 00:00:00 2001 From: Vivek Arte Date: Mon, 14 Oct 2024 20:53:33 +0530 Subject: [PATCH] updating orchard to point to zsa1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 651295be1..1ef8a40f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,7 +1229,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "orchard" version = "0.8.0" -source = "git+https://github.com/QED-it/orchard?branch=asset_desc_as_bytes#d5a9d8a0736e164a5cb3f747938661882aca3c8e" +source = "git+https://github.com/QED-it/orchard?branch=zsa1#410037df38ec60eed49c157d4d430f0eb06604be" dependencies = [ "aes", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index fc3512da8..ea4dc87ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ sapling = { package = "sapling-crypto", version = "0.1.3" } # - Orchard nonempty = "0.7" -orchard = { version = "0.8.0", default-features = false, git = "https://github.com/QED-it/orchard", branch = "asset_desc_as_bytes" } +orchard = { version = "0.8.0", default-features = false, git = "https://github.com/QED-it/orchard", branch = "zsa1" } pasta_curves = "0.5" # - Transparent