From f3140d826608c6bf40228eafd9c3979faaba62d7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 11 Jan 2023 12:42:19 +0000 Subject: [PATCH] Cargo.toml: write down that there's no base64 0.14 Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2