Skip to content

Commit

Permalink
Update rust-miniscript to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 26, 2023
1 parent 0cce1ce commit 08cde33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
bdk-macros = "^0.6"
log = "^0.4"
miniscript = { version = "8.0", features = ["serde"] }
miniscript = { version = "9.0", features = ["serde"] }
bitcoin = { version = "0.29.1", features = ["serde", "base64", "rand"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
Expand Down

0 comments on commit 08cde33

Please sign in to comment.