Skip to content

Commit

Permalink
Pin log dependency to 0.4.18 to keep the MSRV to 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Jun 19, 2023
1 parent 97d542c commit fa54a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.57"

[dependencies]
log = "^0.4"
log = "=0.4.18"
rand = "^0.8"
miniscript = { version = "9", features = ["serde"] }
bitcoin = { version = "0.29", features = ["serde", "base64", "rand"] }
Expand Down

0 comments on commit fa54a2e

Please sign in to comment.