Pin log dependency to 0.4.18 to keep the MSRV to 1.57.0
This commit is contained in:
parent
0f25c6ab29
commit
15079ee4db
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user