From: Ian Jackson Date: Wed, 11 Jan 2023 12:42:19 +0000 (+0000) Subject: Cargo.toml: write down that there's no base64 0.14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f3140d826608c6bf40228eafd9c3979faaba62d7;p=hippotat.git Cargo.toml: write down that there's no base64 0.14 Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 1f0df09..968d94d 100644 --- 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.13" # 0.20 has substantially incompatible API +base64 = "0.13" # 0.20 has substantially incompatible API (there's no 0.14) clap = { version = "3", features = ["derive"] } easy-ext = "1" educe = "0.4"