Rely on own clone of rust-vobject

This commit is contained in:
Matthias Beyer 2017-09-30 19:46:04 +02:00
parent 12e8657eb9
commit f3d75e97b6

View file

@ -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 {