From 3d00f0b5edbacd389a82ac39766c7b333d4b727e Mon Sep 17 00:00:00 2001 From: CalDescent <> Date: Sun, 7 Aug 2022 16:48:12 +0100 Subject: [PATCH] Updated location of librustzcash --- lib/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0d8b486..11ca005 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -47,33 +47,33 @@ serde_derive = "1.0" reqwest = { version = "0.10.8", features = ["blocking", "json"] } [dependencies.bellman] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" default-features = false features = ["groth16", "multicore"] [dependencies.pairing] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" [dependencies.zcash_client_backend] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" default-features = false [dependencies.ff] -git = "https://github.com/CalDescent1/librustzcash.git" +git = "https://github.com/Qortal/pirate-librustzcash.git" rev = "0d04f6f1cef8b47e114d89b60746abfe5f0c4bf1" features = ["ff_derive"]