Update librustzcash fix for binding_sig

This commit is contained in:
Aditya Kulkarni
2020-04-04 08:23:54 -07:00
parent 6150fe0ac6
commit 9631b643b1
2 changed files with 44 additions and 44 deletions

View File

@@ -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]