Skip to content

Commit df74b23

Browse files
Pin base64 to 0.21.0 to keep the MSRV to 1.57.0
1 parent 725eee8 commit df74b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/esplora/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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"
1921

2022
[features]
2123
default = ["async-https", "blocking"]

0 commit comments

Comments
 (0)