Skip to content

Commit ac37592

Browse files
Unpin base64
base64 lowered the MSRV to 1.57.0 in version 0.21.2
1 parent df74b23 commit ac37592

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)