summaryrefslogtreecommitdiffstats
path: root/libimagtodo/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-05 16:10:47 +0200
committerGitHub <noreply@github.com>2016-09-05 16:10:47 +0200
commit737aab80dc029315d412ff781f20e9afd8db55ae (patch)
tree44d36cca30efa87b6964c185c46f75a7bd2fb043 /libimagtodo/src/lib.rs
parentdfcc5c6a0e5bde7c5ed3ba40e3f6376b9e7d0a96 (diff)
parent07d4c45b3f21f07416f3d19bde122f11095467b4 (diff)
Merge pull request #667 from matthiasbeyer/rewrite-storeid-type
Rewrite storeid type
Diffstat (limited to 'libimagtodo/src/lib.rs')
-rw-r--r--libimagtodo/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagtodo/src/lib.rs b/libimagtodo/src/lib.rs
index 4362446d..3376ac62 100644
--- a/libimagtodo/src/lib.rs
+++ b/libimagtodo/src/lib.rs
@@ -22,7 +22,7 @@ extern crate serde_json;
#[macro_use] extern crate libimagerror;
extern crate task_hookrs;
-module_entry_path_mod!("todo", "0.1.0");
+module_entry_path_mod!("todo");
pub mod error;
pub mod result;