From fb98fade8fc483174734a8cf7d3c296867e02a03 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 12:55:16 +0100 Subject: [PATCH] Cargo.toml: Remove an obsolete comment This was written when we were trying to figure out how to get this thing into Debian and what dependencies were actually needed. And, it seems to have become detached from whatever it referred to. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43b75eb..5d12cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ easy-ext = "1" educe = "0.4.1" either = "1.5.1" env_logger = ">=0.9, <0.11" -eyre = "0.6" # deps not in sid: indenter (see below) +eyre = "0.6" fehler = "1" futures = "0.3" heck = "0.4" -- 2.30.2