We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725eee8 commit df74b23Copy full SHA for df74b23
crates/esplora/Cargo.toml
@@ -16,6 +16,8 @@ bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "minisc
16
esplora-client = { version = "0.3", default-features = false }
17
async-trait = { version = "0.1.66", optional = true }
18
futures = { version = "0.3.26", optional = true }
19
+# base64 versions after 0.21.0 have MSRV 1.60.0
20
+base64 = "=0.21.0"
21
22
[features]
23
default = ["async-https", "blocking"]
0 commit comments