chiark / gitweb /
Cargo.toml: Remove a now-obsolete comment
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 19:30:52 +0000 (20:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 20:15:29 +0000 (21:15 +0100)
The versions are now tested and reasonably accurate.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index 5e6695b43e9bce832ee17418dfe50323f42b68c6..dbda0f53dccfc38cf83780eec7e63a41ef547df5 100644 (file)
@@ -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`