summaryrefslogtreecommitdiffstats
path: root/libimagcounter
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 /libimagcounter
parentec2eb096e773f57167895e7f1e23081c5f08dc82 (diff)
Remove version argument from module_entry_path_mod!() macro
Diffstat (limited to 'libimagcounter')
-rw-r--r--libimagcounter/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagcounter/src/lib.rs b/libimagcounter/src/lib.rs
index 957ac9f9..75340ad6 100644
--- a/libimagcounter/src/lib.rs
+++ b/libimagcounter/src/lib.rs
@@ -19,7 +19,7 @@ extern crate toml;
#[macro_use] extern crate libimagstore;
#[macro_use] extern crate libimagerror;
-module_entry_path_mod!("counter", "0.2.0");
+module_entry_path_mod!("counter");
pub mod counter;
pub mod error;