summaryrefslogtreecommitdiffstats
path: root/libimagcounter/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libimagcounter/src/lib.rs')
-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;