chiark / gitweb /
Move a misplaced comment in cargo.toml
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:21:25 +0000 (15:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:29:26 +0000 (15:29 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index c581a4efe21b0988ed8fe1b1ddd37c137fc8eb8a..c74a6b96628d9f3aac766dec74848a53ab721514 100644 (file)
@@ -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"