From 577aefdae7a7703404c32b6dc876cdb2e5f5d1e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 20:30:52 +0100 Subject: [PATCH] Cargo.toml: Remove a now-obsolete comment The versions are now tested and reasonably accurate. Signed-off-by: Ian Jackson --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e6695b..dbda0f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,8 +27,6 @@ path="server/server.rs" hippotat-macros = { version = "1.1.3", path = "macros" } -# versions specified here are mostly just guesses at what is needed -# (or currently available): backtrace = "0.3.3" base64 = "0.21" # clap 3 would work too at the time of writing, but it lacks the `wrap_help` -- 2.30.2