From 6c25067ba3218abbd9c4e60467559edd4d923deb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 30 Oct 2018 13:25:33 +0100 Subject: Move code to failure as error handling library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 78e4d68..e76c984 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ repository = "https://github.com/matthiasbeyer/kairos" [dependencies] chrono = "0.4" -error-chain = "0.12" nom = "3.2" iso8601 = "0.2" +failure = "0.1" filters = { version = "0.3", optional = true } -- cgit v1.2.3