Pin base64 to 0.21.0 to keep the MSRV to 1.57.0

This commit is contained in:
Daniela Brozzoni 2023-05-24 16:12:34 +02:00
parent 725eee8c92
commit df74b23f31
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View File

@ -16,6 +16,8 @@ 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"]