From: Ian Jackson Date: Thu, 15 Jun 2023 01:35:56 +0000 (+0100) Subject: Cargo.toml: drop a now-obsolete comment about versions X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=73f587157fec35943300f05a4f4eb4025d9a374e;p=hippotat.git Cargo.toml: drop a now-obsolete comment about versions Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index ebb5c77..f332df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ 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" -base64 = "0.21" # 0.20 has substantially incompatible API (there's no 0.14) +base64 = "0.21" clap = { version = "3", features = ["derive"] } easy-ext = "1" educe = "0.4"