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
notmandatory committed Jun 15, 2023
1 parent 0f25c6a commit 15079ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 15079ee

Please sign in to comment.