Skip to content

Commit 796f433

Browse files
Merge #993: Unpin base64
ac37592 Unpin base64 (Daniela Brozzoni) Pull request description: base64 lowered the MSRV to 1.57.0 in version 0.21.2 ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: evanlinjin: ACK ac37592 Tree-SHA512: de66f4be7c7fd608f5a74e51c5666f4fe6b962c5a8345c08c7b1da2551f81b9adfb28c58f0991ac6c985fa5c31f3eb7d17f99edf136b04945cefa24b28eaee19
2 parents 1d55943 + ac37592 commit 796f433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/esplora/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "minisc
1616
esplora-client = { version = "0.3", default-features = false }
1717
async-trait = { version = "0.1.66", optional = true }
1818
futures = { version = "0.3.26", optional = true }
19-
# base64 versions after 0.21.0 have MSRV 1.60.0
20-
base64 = "=0.21.0"
2119

2220
[features]
2321
default = ["async-https", "blocking"]

0 commit comments

Comments
 (0)