From 4d78c3f4ac81856808e0a362d167ced9d9b06b15 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 5 Sep 2019 20:32:42 -0700 Subject: [PATCH] Switch to forked librustzcash --- rust-lightclient/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rust-lightclient/Cargo.toml b/rust-lightclient/Cargo.toml index 9daf6a7..4dd302e 100644 --- a/rust-lightclient/Cargo.toml +++ b/rust-lightclient/Cargo.toml @@ -23,28 +23,28 @@ rustyline = "5.0.2" [dependencies.bellman] -git = "https://github.com/str4d/librustzcash.git" -branch = "note-spending-v6" +git = "https://github.com/adityapk00/librustzcash.git" +branch = "lightclient-work" default-features = false features = ["groth16"] [dependencies.pairing] -git = "https://github.com/str4d/librustzcash.git" -branch = "note-spending-v6" +git = "https://github.com/adityapk00/librustzcash.git" +branch = "lightclient-work" [dependencies.zcash_client_backend] -git = "https://github.com/str4d/librustzcash.git" -branch = "note-spending-v6" +git = "https://github.com/adityapk00/librustzcash.git" +branch = "lightclient-work" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/str4d/librustzcash.git" -branch = "note-spending-v6" +git = "https://github.com/adityapk00/librustzcash.git" +branch = "lightclient-work" default-features = false [dependencies.zcash_proofs] -git = "https://github.com/str4d/librustzcash.git" -branch = "note-spending-v6" +git = "https://github.com/adityapk00/librustzcash.git" +branch = "lightclient-work" default-features = false