From: Ian Jackson Date: Fri, 11 Oct 2024 14:21:25 +0000 (+0100) Subject: Move a misplaced comment in cargo.toml X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5198f51324d8fc4d00beb1162309d39746bea907;p=hippotat.git Move a misplaced comment in cargo.toml Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index c581a4e..c74a6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,9 @@ hippotat-macros = { version = "1.1.3", path = "macros" } backtrace = "0.3.3" base64 = ">=0.21, <0.23" +cfg-if = "1" # clap 3 would work too at the time of writing, but it lacks the `wrap_help` # feature - that's built-in there. -cfg-if = "1" clap = { version = "4", features = ["derive", "wrap_help"] } easy-ext = "1" educe = ">=0.4.1, <0.6"