chiark / gitweb /
Cargo.toml: drop a now-obsolete comment about versions
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 01:35:56 +0000 (02:35 +0100)
committerIan 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

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