From: Ian Jackson Date: Thu, 15 Jun 2023 11:55:16 +0000 (+0100) Subject: Cargo.toml: Remove an obsolete comment X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=fb98fade8fc483174734a8cf7d3c296867e02a03;p=hippotat.git 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 --- 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"