remove git dependency on equihash crate
This commit is contained in:
parent
56361654c6
commit
06fff62561
|
|
@ -464,12 +464,12 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "equihash"
|
name = "equihash"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/ZcashFoundation/librustzcash.git?branch=equihash-crate#ae2a2481333f27b5cdb5eb53b0754fb5901b7e5f"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "4127688f6177e3f57521881cb1cfd90d1228214f9dc43b8efe6f6c6948cd8280"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2b_simd",
|
"blake2b_simd",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"log",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ serde-big-array = "0.3.0"
|
||||||
# ZF deps
|
# ZF deps
|
||||||
ed25519-zebra = "1.0"
|
ed25519-zebra = "1.0"
|
||||||
redjubjub = "0.2"
|
redjubjub = "0.2"
|
||||||
equihash = { git = "https://github.com/ZcashFoundation/librustzcash.git", branch = "equihash-crate" }
|
equihash = "0.1"
|
||||||
displaydoc = "0.1.6"
|
displaydoc = "0.1.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue