summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagerror/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/libimagerror/src/lib.rs')
-rw-r--r--lib/core/libimagerror/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/core/libimagerror/src/lib.rs b/lib/core/libimagerror/src/lib.rs
index 55d045a6..bacd831a 100644
--- a/lib/core/libimagerror/src/lib.rs
+++ b/lib/core/libimagerror/src/lib.rs
@@ -37,8 +37,8 @@
#[macro_use] extern crate log;
extern crate ansi_term;
-extern crate failure;
-#[macro_use] extern crate failure_derive;
+extern crate anyhow;
+
pub mod errors;
pub mod exit;