From 63259947e6f13f52b906abaa45b32ed4fc5f3408 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Dec 2022 19:56:23 +0000 Subject: [PATCH] Cargo.toml: Add a note about base64 Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aab5181..b75e711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ hippotat-macros = { version = "1.0.0", path = "macros" } # versions specified here are mostly just guesses at what is needed # (or currently available): backtrace = "0.3" -base64 = "0.13" +base64 = "0.13" # 0.20 has substantially incompatible API clap = { version = "3", features = ["derive"] } easy-ext = "1" educe = "0.4" -- 2.30.2