depends: Update to latest librustzcash with sapling-crypto dependencies

This commit is contained in:
Jack Grigg
2018-04-11 08:06:40 -06:00
parent c63c9f20e4
commit a560c24d6b
27 changed files with 386 additions and 5 deletions

View File

@@ -1,5 +1,15 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/gtank/blake2-rfc"]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"
replace-with = "vendored-sources"
[source."https://github.com/zcash-hackworks/sapling-crypto"]
git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "e554b473dd10885d232f42237c13282f5b6fee43"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "CRATE_REGISTRY"