remove git dependency on equihash crate

This commit is contained in:
Jane Lusby 2020-07-09 17:01:43 -07:00 committed by Deirdre Connolly
parent 56361654c6
commit 06fff62561
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -464,12 +464,12 @@ dependencies = [
[[package]]
name = "equihash"
version = "0.0.0"
source = "git+https://github.com/ZcashFoundation/librustzcash.git?branch=equihash-crate#ae2a2481333f27b5cdb5eb53b0754fb5901b7e5f"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4127688f6177e3f57521881cb1cfd90d1228214f9dc43b8efe6f6c6948cd8280"
dependencies = [
"blake2b_simd",
"byteorder",
"log",
]
[[package]]

View File

@ -29,7 +29,7 @@ serde-big-array = "0.3.0"
# ZF deps
ed25519-zebra = "1.0"
redjubjub = "0.2"
equihash = { git = "https://github.com/ZcashFoundation/librustzcash.git", branch = "equihash-crate" }
equihash = "0.1"
displaydoc = "0.1.6"
[dev-dependencies]