remove git dependency on equihash crate
This commit is contained in:
parent
56361654c6
commit
06fff62561
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue