Skip to content

Commit

Permalink
Merge #107: Bump version to 0.10.0
Browse files Browse the repository at this point in the history
3e0efe1 Bump version to 0.10.0 (Steve Myers)

Pull request description:

ACKs for top commit:
  oleonardolima:
    utACK 3e0efe1

Tree-SHA512: 5b1ec0ec9ba96c2d06ccc2054a71e5263943c53a9df0b1099209977e46dc17dbc9ec92acc1a787f07684f4f9cb458a54fe27ffb1fd1c71bf600716dfe23233d9
  • Loading branch information
notmandatory committed Sep 13, 2024
2 parents 4004b0a + 3e0efe1 commit ecba450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hwi"
version = "0.9.0"
version = "0.10.0"
authors = ["Daniela Brozzoni <danielabrozzoni@protonmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ pyo3 = { version = "0.21.2", features = ["auto-initialize"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }

bdk_wallet = { version = "1.0.0-beta.1", optional = true }
bdk_wallet = { version = "1.0.0-beta.3", optional = true }
miniscript = { version = "12.0", features = ["serde"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit ecba450

Please sign in to comment.