rust: Pin funty =1.1.0

Temporary workaround for https://github.com/myrrlyn/funty/issues/3
This commit is contained in:
Jack Grigg 2021-02-20 18:34:11 +00:00
parent 81fd148475
commit df489e9a50
2 changed files with 6 additions and 2 deletions

5
Cargo.lock generated
View File

@ -432,9 +432,9 @@ dependencies = [
[[package]]
name = "funty"
version = "1.2.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "futures"
@ -548,6 +548,7 @@ dependencies = [
"blake2s_simd",
"bls12_381",
"ed25519-zebra",
"funty",
"group",
"jubjub",
"libc",

View File

@ -37,6 +37,9 @@ zcash_primitives = "0.4"
zcash_proofs = "0.4"
ed25519-zebra = "2.0.0"
# Temporary workaround for https://github.com/myrrlyn/funty/issues/3
funty = "=1.1.0"
[dependencies.tracing-subscriber]
version = "0.2.12"
default-features = false