chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ffac99
)
Move a misplaced comment in cargo.toml
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:21:25 +0000
(15:21 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index c581a4efe21b0988ed8fe1b1ddd37c137fc8eb8a..c74a6b96628d9f3aac766dec74848a53ab721514 100644
(file)
--- 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"