summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-05-16 18:59:02 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-05-18 18:31:54 +0200
commit8e5f5bae0bf743b4d285ccee94d6e410a68eabb0 (patch)
tree34f7a3fab9fded233144b76eb4da9563d0549022 /libimagstorestdhook/src/lib.rs
parentee32a85ff3888db5bbdad5eb5bd7a338239c24f8 (diff)
libimagstorestdhook: Change dependency from libimagutil -> libimagerror
Diffstat (limited to 'libimagstorestdhook/src/lib.rs')
-rw-r--r--libimagstorestdhook/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagstorestdhook/src/lib.rs b/libimagstorestdhook/src/lib.rs
index 05e92f75..c53cbc52 100644
--- a/libimagstorestdhook/src/lib.rs
+++ b/libimagstorestdhook/src/lib.rs
@@ -20,7 +20,7 @@ extern crate fs2;
extern crate libimagstore;
extern crate libimagentrylink;
-extern crate libimagutil;
+extern crate libimagerror;
pub mod debug;
pub mod flock;