summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-02 16:18:23 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-02 16:18:23 +0200
commit4cdddaae8de1a49702b74d661057682596359d90 (patch)
tree31870ab4e5007c7a137d29a03c93038f5fb9fbf2 /Cargo.toml
parent75f2448d85316ea8e03248592d209549d9ba6ed3 (diff)
Impl error catching if point in time is added/subtracted
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 df52aa2..17b7e02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,4 +14,4 @@ repository = "https://github.com/matthiasbeyer/kairos"
[dependencies]
chrono = "0.4"
-error-chain = "0.3"
+error-chain = "0.10"