From 96777a8f3dae965f5103fb0096d2110d53daecd1 Mon Sep 17 00:00:00 2001 From: Enrico Schmitz Date: Wed, 1 Aug 2018 18:29:04 +0200 Subject: [PATCH] Add missing dependecy on failure_derive so it always matches failure version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 695b2e31f..928a0c2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"