From: Daniela Brozzoni Date: Wed, 24 May 2023 14:12:34 +0000 (+0200) Subject: Pin base64 to 0.21.0 to keep the MSRV to 1.57.0 X-Git-Tag: v1.0.0-alpha.1~10^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=df74b23f315007cc36d3a12904380f861326fb32;p=bdk Pin base64 to 0.21.0 to keep the MSRV to 1.57.0 --- diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index e55b6fa0..5702c6e9 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -16,6 +16,8 @@ bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "minisc esplora-client = { version = "0.3", default-features = false } async-trait = { version = "0.1.66", optional = true } futures = { version = "0.3.26", optional = true } +# base64 versions after 0.21.0 have MSRV 1.60.0 +base64 = "=0.21.0" [features] default = ["async-https", "blocking"]