Temporarily set vobject to custom fork until we have a new release
This commit is contained in:
parent
946d9891e4
commit
f97d9e0d96
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue