From f97d9e0d96da38f2d6cd643b290cafdb1f35c006 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 26 Sep 2018 16:52:56 +0200 Subject: [PATCH] Temporarily set vobject to custom fork until we have a new release --- bin/domain/imag-contact/Cargo.toml | 2 +- lib/domain/libimagcontact/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 0618dc56..8ff941fd 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.0" toml = "0.4" toml-query = "0.7" handlebars = "0.29" -vobject = "0.6" +vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" } walkdir = "1" uuid = { version = "0.6", features = ["v4"] } serde_json = "1" diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml index d373e947..e361bf5b 100644 --- a/lib/domain/libimagcontact/Cargo.toml +++ b/lib/domain/libimagcontact/Cargo.toml @@ -24,7 +24,7 @@ error-chain = "0.12" log = "0.3" toml = "0.4" toml-query = "0.7" -vobject = "0.6" +vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" } uuid = "0.6" serde = "1" serde_derive = "1"