imag-store: Change dependency from libimagutil -> libimagerror
This commit is contained in:
parent
9e1e0ba6df
commit
ab29265b10
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ use libimagrt::runtime::Runtime;
|
|||
use libimagstore::store::Entry;
|
||||
use libimagstore::store::EntryHeader;
|
||||
use libimagstore::storeid::build_entry_path;
|
||||
use libimagutil::trace::trace_error;
|
||||
use libimagerror::trace::trace_error;
|
||||
|
||||
use error::StoreError;
|
||||
use error::StoreErrorKind;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use libimagstore::storeid::build_entry_path;
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagutil::trace::trace_error;
|
||||
use libimagerror::trace::trace_error;
|
||||
|
||||
pub fn delete(rt: &Runtime) {
|
||||
use std::process::exit;
|
||||
|
|
|
@ -6,7 +6,7 @@ use toml::Value;
|
|||
use libimagstore::store::FileLockEntry;
|
||||
use libimagstore::storeid::build_entry_path;
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagutil::trace::trace_error;
|
||||
use libimagerror::trace::trace_error;
|
||||
|
||||
pub fn retrieve(rt: &Runtime) {
|
||||
rt.cli()
|
||||
|
|
|
@ -3,7 +3,7 @@ use std::process::exit;
|
|||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagstore::storeid::build_entry_path;
|
||||
use libimagutil::trace::trace_error;
|
||||
use libimagerror::trace::trace_error;
|
||||
|
||||
use util::build_toml_header;
|
||||
|
||||
|
|
Loading…
Reference in a new issue