mirror of
https://github.com/actix/actix-web.git
synced 2024-12-19 06:36:36 +00:00
Add missing dependecy on failure_derive so it always matches failure version
This commit is contained in:
parent
059e731c53
commit
96777a8f3d
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ brotli2 = { version="^0.3.2", optional = true }
|
|||
flate2 = { version="^1.0.2", optional = true, default-features = false }
|
||||
|
||||
failure = "=0.1.1"
|
||||
failure_derive = "=0.1.1"
|
||||
|
||||
# io
|
||||
mio = "^0.6.13"
|
||||
|
|
Loading…
Reference in a new issue