Skip to content

Commit

Permalink
chore: upgrade miniscript dependency to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Jun 4, 2024
1 parent be5b382 commit c15e1a2
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 @@ -16,7 +16,7 @@ serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
pyo3 = { version = "0.21.2", features = ["auto-initialize"] }

miniscript = { version = "11.0", features = ["serde"], optional = true }
miniscript = { version = "12.0", features = ["serde"], optional = true }

[dev-dependencies]
serial_test = "0.6.0"
Expand Down

0 comments on commit c15e1a2

Please # to comment.