]> Untitled Git - bdk/commitdiff
Unpin base64
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>
Thu, 25 May 2023 13:37:16 +0000 (15:37 +0200)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Thu, 25 May 2023 13:37:16 +0000 (15:37 +0200)
base64 lowered the MSRV to 1.57.0 in version 0.21.2

crates/esplora/Cargo.toml

index 5702c6e99b3a1a3cb63e64f059f39955ebdaa010..e55b6fa0107939e7db26b0d506af4bdb0913edcd 100644 (file)
@@ -16,8 +16,6 @@ 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"]