From c21386b4b505e0903ba2a5409c5ff67c4791ef93 Mon Sep 17 00:00:00 2001 From: CalDescent <> Date: Tue, 26 Apr 2022 12:24:19 +0100 Subject: [PATCH] Switched deps to temporary alternate repo --- lib/Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index fd74d80..2f08aba 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,34 +46,34 @@ serde_derive = "1.0" reqwest = { version = "0.10.8", features = ["blocking", "json"] } [dependencies.bellman] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" default-features = false features = ["groth16", "multicore"] [dependencies.pairing] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" [dependencies.zcash_client_backend] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" default-features = false [dependencies.ff] -git = "https://github.com/piratenetwork/librustzcash.git" -rev = "2981c4d2860f7cd73282fed885daac0323ff0280" +git = "https://github.com/CalDescent1/librustzcash.git" +rev = "82ba685f61a6666edff9b395d5a23d4d6f08d5dd" features = ["ff_derive"] [build-dependencies]