Pin log dependency to 0.4.18 to keep the MSRV to 1.57.0

This commit is contained in:
Steve Myers 2023-06-14 20:03:16 -05:00
parent 0f25c6ab29
commit 15079ee4db
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -13,7 +13,8 @@ license = "MIT OR Apache-2.0"
[dependencies]
bdk-macros = "^0.6"
log = "^0.4"
# required because log versions starting with 0.4.19 have MSRV 1.60.0
log = "=0.4.18"
miniscript = { version = "9.0", default-features = false, features = ["serde"] }
bitcoin = { version = "0.29.2", default-features = false, features = ["serde", "base64", "rand"] }
serde = { version = "^1.0", features = ["derive"] }