Pin log dependency to 0.4.18 to keep the MSRV to 1.57.0
This commit is contained in:
parent
97d542cf1c
commit
fa54a2e3a5
@ -13,7 +13,7 @@ edition = "2021"
|
|||||||
rust-version = "1.57"
|
rust-version = "1.57"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "^0.4"
|
log = "=0.4.18"
|
||||||
rand = "^0.8"
|
rand = "^0.8"
|
||||||
miniscript = { version = "9", features = ["serde"] }
|
miniscript = { version = "9", features = ["serde"] }
|
||||||
bitcoin = { version = "0.29", features = ["serde", "base64", "rand"] }
|
bitcoin = { version = "0.29", features = ["serde", "base64", "rand"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user