change from libimagutil::trace to libimagerror::trace
This commit is contained in:
parent
84deb2fe54
commit
5f731c8f8f
2 changed files with 4 additions and 4 deletions
|
@ -22,5 +22,5 @@ path = "../libimagstore"
|
|||
[dependencies.libimagtodo]
|
||||
path = "../libimagtodo"
|
||||
|
||||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
|
|
@ -10,7 +10,7 @@ extern crate task_hookrs;
|
|||
|
||||
extern crate libimagrt;
|
||||
extern crate libimagstore;
|
||||
extern crate libimagutil;
|
||||
extern crate libimagerror;
|
||||
extern crate libimagtodo;
|
||||
|
||||
use std::process::exit;
|
||||
|
@ -22,7 +22,7 @@ use task_hookrs::import::{import_task, import_tasks};
|
|||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagtodo::task::IntoTask;
|
||||
use libimagutil::trace::trace_error;
|
||||
use libimagerror::trace::trace_error;
|
||||
|
||||
mod ui;
|
||||
|
||||
|
|
Loading…
Reference in a new issue