Switch to upstream rust-vobject
This commit is contained in:
parent
521d661f1c
commit
04d5af8d50
3 changed files with 2 additions and 4 deletions
|
@ -20,7 +20,7 @@ version = "2.0.1"
|
|||
toml = "0.4"
|
||||
toml-query = "^0.3.1"
|
||||
handlebars = "0.29"
|
||||
vobject = { git = 'https://github.com/matthiasbeyer/rust-vobject', branch = "next" }
|
||||
vobject = "0.4"
|
||||
walkdir = "1"
|
||||
uuid = { version = "0.5", features = ["v4"] }
|
||||
|
||||
|
|
|
@ -116,8 +116,6 @@ pub fn create(rt: &Runtime) {
|
|||
|
||||
Ok(None) => continue,
|
||||
Ok(Some(vcard)) => {
|
||||
debug!("Parsed:\n{:#?}", vcard);
|
||||
|
||||
if template == TEMPLATE || template.is_empty() {
|
||||
if ::libimaginteraction::ask::ask_bool("Abort contact creating", Some(false)) {
|
||||
exit(1);
|
||||
|
|
|
@ -18,7 +18,7 @@ error-chain = "0.11"
|
|||
log = "0.3"
|
||||
toml = "0.4"
|
||||
toml-query = "0.4"
|
||||
vobject = { git = 'https://github.com/matthiasbeyer/rust-vobject', branch = "next" }
|
||||
vobject = "0.4"
|
||||
|
||||
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
Loading…
Reference in a new issue