Rely on own clone of rust-vobject
This commit is contained in:
parent
12e8657eb9
commit
f3d75e97b6
1 changed files with 1 additions and 1 deletions
|
@ -25,12 +25,12 @@ error_chain! {
|
|||
links {
|
||||
StoreError(::libimagstore::error::StoreError, ::libimagstore::error::StoreErrorKind);
|
||||
RefError(::libimagentryref::error::RefError, ::libimagentryref::error::RefErrorKind);
|
||||
VObjectError(::vobject::error::VObjectError, ::vobject::error::VObjectErrorKind);
|
||||
}
|
||||
|
||||
foreign_links {
|
||||
Io(::std::io::Error);
|
||||
TomlQueryError(::toml_query::error::Error);
|
||||
VObjectError(::vobject::ParseError);
|
||||
}
|
||||
|
||||
errors {
|
||||
|
|
Loading…
Reference in a new issue