From 07f108e1d25da387735ce2ddca04a768a2739d9f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 5 Mar 2020 19:48:58 +0100 Subject: Replace failure with thiserror Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0953dcf..313669a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/matthiasbeyer/kairos" chrono = "0.4" nom = "3.2" iso8601 = "0.2" -failure = "0.1" +thiserror = "1" filters = { version = "0.3", optional = true } -- cgit v1.2.3