Update librustzcash with ZIP 32 APIs

This commit is contained in:
Jack Grigg
2018-08-03 15:59:50 +01:00
parent edd321609c
commit f8d65e8f03
15 changed files with 201 additions and 3 deletions

View File

@@ -11,6 +11,11 @@ git = "https://github.com/zcash-hackworks/sapling-crypto"
rev = "21084bde2019c04bd34208e63c3560fe2c02fb0e"
replace-with = "vendored-sources"
[source."https://github.com/zcash-hackworks/zip32"]
git = "https://github.com/zcash-hackworks/zip32"
rev = "176470ef41583b5bd0bd749bd1b61d417aa8ec79"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "CRATE_REGISTRY"