summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-10-28 20:51:04 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-10-28 20:51:04 +0100
commit2163caa2e1cf409d3bc8d0b4c010bc1bdedf1998 (patch)
tree3064c868107a45a5640200b52d63a4efd4aa286c /Cargo.toml
parentf100677f3022e68c634c3c19e0b88ed7578aec27 (diff)
Update dependency: error-chain (#26)
* Update dependency: error-chain * Replace dependency: error_chain -> failure * fixup! Replace dependency: error_chain -> failure * Use enum for errors (in return types) * fixup! Use enum for errors (in return types)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b4beb64..d0b79b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ readme = "README.md"
keywords = ["vobject", "icalendar", "calendar", "contacts"]
[dependencies]
-error-chain = "0.11"
chrono = { version = "0.4", optional = true }
+failure = "0.1"
[features]
default = []