work around bug in failure crate
This commit is contained in:
parent
862e2b48f0
commit
bb0e5dfa93
@ -7,7 +7,9 @@ license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
nom = "5.0.1"
|
||||
failure = "0.1.6"
|
||||
# temporary pin to fix https://github.com/rust-lang-nursery/failure/pull/343e
|
||||
failure = "=0.1.5"
|
||||
failure_derive = "=0.1.5"
|
||||
prost = "0.6.1"
|
||||
bytes = "0.5.4"
|
||||
chrono = "0.4.10"
|
||||
|
Loading…
Reference in New Issue
Block a user