Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit ecba450

Browse files
committed
Merge #107: Bump version to 0.10.0
3e0efe1 Bump version to 0.10.0 (Steve Myers) Pull request description: ACKs for top commit: oleonardolima: utACK 3e0efe1 Tree-SHA512: 5b1ec0ec9ba96c2d06ccc2054a71e5263943c53a9df0b1099209977e46dc17dbc9ec92acc1a787f07684f4f9cb458a54fe27ffb1fd1c71bf600716dfe23233d9
2 parents 4004b0a + 3e0efe1 commit ecba450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hwi"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
authors = ["Daniela Brozzoni <danielabrozzoni@protonmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -16,7 +16,7 @@ pyo3 = { version = "0.21.2", features = ["auto-initialize"] }
1616
serde = { version = "^1.0", features = ["derive"] }
1717
serde_json = { version = "^1.0" }
1818

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

2222
[dev-dependencies]

0 commit comments

Comments
 (0)