From 5198f51324d8fc4d00beb1162309d39746bea907 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 11 Oct 2024 15:21:25 +0100 Subject: [PATCH] Move a misplaced comment in cargo.toml Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2