summaryrefslogtreecommitdiffstats
path: root/libimagref
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-08-30 11:40:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-08-30 11:40:56 +0200
commit82f08c6021c87e3d267aaa4634dcf215bb3f66ab (patch)
treeef0443ac4e9ddda68e22c46b3a48b759b51d525c /libimagref
parentec2eb096e773f57167895e7f1e23081c5f08dc82 (diff)
Remove version argument from module_entry_path_mod!() macro
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagref/src/lib.rs b/libimagref/src/lib.rs
index bcdaf36d..fb4814c9 100644
--- a/libimagref/src/lib.rs
+++ b/libimagref/src/lib.rs
@@ -25,7 +25,7 @@ extern crate walkdir;
#[macro_use] extern crate libimagutil;
extern crate libimagentrylist;
-module_entry_path_mod!("ref", "0.2.0");
+module_entry_path_mod!("ref");
pub mod error;
pub mod flags;