update librustzcash commit height

This commit is contained in:
DenioD
2019-10-24 00:52:27 +02:00
parent ac0c282753
commit 8ac15162cf
2 changed files with 12 additions and 12 deletions

View File

@@ -38,34 +38,34 @@ sodiumoxide = "0.2.5"
[dependencies.bellman]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
default-features = false
features = ["groth16"]
[dependencies.pairing]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
[dependencies.zcash_client_backend]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
default-features = false
[dependencies.zcash_primitives]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
default-features = false
features = ["transparent-inputs"]
[dependencies.zcash_proofs]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
default-features = false
[dependencies.ff]
git = "https://github.com/DenioD/librustzcash.git"
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
rev= "b51e7c055b9dff6fc6e15a7b619a2d2416b0ca8e"
features = ["ff_derive"]
[build-dependencies]