mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-29 11:21:26 +00:00
Switch to forked librustzcash
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user