Temporarily set vobject to custom fork until we have a new release

This commit is contained in:
Matthias Beyer 2018-09-26 16:52:56 +02:00
parent 946d9891e4
commit f97d9e0d96
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ log = "0.4.0"
toml = "0.4" toml = "0.4"
toml-query = "0.7" toml-query = "0.7"
handlebars = "0.29" handlebars = "0.29"
vobject = "0.6" vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
walkdir = "1" walkdir = "1"
uuid = { version = "0.6", features = ["v4"] } uuid = { version = "0.6", features = ["v4"] }
serde_json = "1" serde_json = "1"

View file

@ -24,7 +24,7 @@ error-chain = "0.12"
log = "0.3" log = "0.3"
toml = "0.4" toml = "0.4"
toml-query = "0.7" toml-query = "0.7"
vobject = "0.6" vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
uuid = "0.6" uuid = "0.6"
serde = "1" serde = "1"
serde_derive = "1" serde_derive = "1"