mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
Update librustzcash fix for binding_sig
This commit is contained in:
@@ -34,33 +34,33 @@ webpki-roots = "0.18.0"
|
||||
|
||||
[dependencies.bellman]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
default-features = false
|
||||
features = ["groth16"]
|
||||
|
||||
[dependencies.pairing]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
|
||||
[dependencies.zcash_client_backend]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
default-features = false
|
||||
|
||||
[dependencies.zcash_primitives]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
default-features = false
|
||||
features = ["transparent-inputs"]
|
||||
|
||||
[dependencies.zcash_proofs]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
default-features = false
|
||||
|
||||
[dependencies.ff]
|
||||
git = "https://github.com/adityapk00/librustzcash.git"
|
||||
rev = "188537ea025fcb7fbdfc11266f307a084a5451e4"
|
||||
rev = "98f9bda32957a6d7f0011c9a6adec13b5b80ea94"
|
||||
features = ["ff_derive"]
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user