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:
338aa37
)
Cargo.toml: drop a now-obsolete comment about versions
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 01:35:56 +0000
(
02:35
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 01:38:47 +0000
(
02:38
+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 ebb5c77037a6bcd83eefa8524e8fd53fd6659c86..f332df7558e375aabdf1bd775223f9154ae8440f 100644
(file)
--- 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"