1
0
Fork 0
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:
Enrico Schmitz 2018-08-01 18:29:04 +02:00
parent 059e731c53
commit 96777a8f3d

View file

@ -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"