From 6c2f71656800f5ff74c413291da2019a4de66805 Mon Sep 17 00:00:00 2001 From: CalDescent <> Date: Fri, 13 May 2022 18:07:10 +0100 Subject: [PATCH] Bump librustzcash revision --- lib/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9d5912e..a0c3c30 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -48,33 +48,33 @@ reqwest = { version = "0.10.8", features = ["blocking", "json"] } [dependencies.bellman] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" default-features = false features = ["groth16", "multicore"] [dependencies.pairing] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" [dependencies.zcash_client_backend] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" default-features = false [dependencies.zcash_primitives] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" default-features = false [dependencies.ff] git = "https://github.com/CalDescent1/librustzcash.git" -rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" +rev = "d5fa83313a9cca6c7c14572feac2b9c8e05d0805" features = ["ff_derive"] [build-dependencies]