Switch to forked librustzcash

This commit is contained in:
Aditya Kulkarni
2019-09-05 20:32:42 -07:00
parent 145856f387
commit 4d78c3f4ac

View File

@@ -23,28 +23,28 @@ rustyline = "5.0.2"
[dependencies.bellman] [dependencies.bellman]
git = "https://github.com/str4d/librustzcash.git" git = "https://github.com/adityapk00/librustzcash.git"
branch = "note-spending-v6" branch = "lightclient-work"
default-features = false default-features = false
features = ["groth16"] features = ["groth16"]
[dependencies.pairing] [dependencies.pairing]
git = "https://github.com/str4d/librustzcash.git" git = "https://github.com/adityapk00/librustzcash.git"
branch = "note-spending-v6" branch = "lightclient-work"
[dependencies.zcash_client_backend] [dependencies.zcash_client_backend]
git = "https://github.com/str4d/librustzcash.git" git = "https://github.com/adityapk00/librustzcash.git"
branch = "note-spending-v6" branch = "lightclient-work"
default-features = false default-features = false
[dependencies.zcash_primitives] [dependencies.zcash_primitives]
git = "https://github.com/str4d/librustzcash.git" git = "https://github.com/adityapk00/librustzcash.git"
branch = "note-spending-v6" branch = "lightclient-work"
default-features = false default-features = false
[dependencies.zcash_proofs] [dependencies.zcash_proofs]
git = "https://github.com/str4d/librustzcash.git" git = "https://github.com/adityapk00/librustzcash.git"
branch = "note-spending-v6" branch = "lightclient-work"
default-features = false default-features = false