From 8eb648f94f2abea96e02ffd65647e1025f71e9f3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Aug 2021 15:04:19 +0100 Subject: [PATCH] error handling: note a todo Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1212275..80f3614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hippotat-macros = { path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): -anyhow = "1" +anyhow = "1" # todo: switch to eyre, better display of errors base64 = "0.13" configparser = "2" env_logger = "0.9" -- 2.30.2