summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-09 17:27:54 +0200
committerGitHub <noreply@github.com>2020-04-09 17:27:54 +0200
commit2ccf9bceaafdc24b1eca88288f5045cb69dd1b08 (patch)
tree9ae6ded3369ccdee0878b86a5319ecaeb66aaae7 /Cargo.toml
parentea9780d1159afda4e4aaf3f7d7ea317b1fd420b7 (diff)
parentd0d8bde43fe1355a740c0f431f7b10f4a2715823 (diff)
Merge pull request #30 from mathstuf/error-cleanupHEADmaster
Error cleanup
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 8f341bf..1f22f6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ keywords = ["vobject", "icalendar", "calendar", "contacts"]
[dependencies]
chrono = { version = "0.4", optional = true }
-failure = "0.1"
+thiserror = "1.0"
[features]
default = []