Merge pull request #997 from matthiasbeyer/libimagtimetrack-to-libimagentrytimetrack
Fix wrong lib name
This commit is contained in:
commit
58047d319a
16 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,7 @@ members = [
|
|||
"libimagentrylist",
|
||||
"libimagentrymarkdown",
|
||||
"libimagentrytag",
|
||||
"libimagentrytimetrack",
|
||||
"libimagentryview",
|
||||
"libimagerror",
|
||||
"libimaginteraction",
|
||||
|
@ -33,7 +34,6 @@ members = [
|
|||
"libimagref",
|
||||
"libimagrt",
|
||||
"libimagstore",
|
||||
"libimagtimetrack",
|
||||
"libimagtimeui",
|
||||
"libimagtodo",
|
||||
"libimagutil",
|
||||
|
|
|
@ -33,8 +33,8 @@ extern crate libimagentrytag;
|
|||
|
||||
mod constants;
|
||||
pub mod error;
|
||||
pub mod event;
|
||||
pub mod eventstore;
|
||||
pub mod timetracking;
|
||||
pub mod timetrackingstore;
|
||||
pub mod iter;
|
||||
pub mod result;
|
||||
pub mod tag;
|
Loading…
Reference in a new issue