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

Commit 3e0efe1

Browse files
committed
Bump version to 0.10.0
1 parent 4004b0a commit 3e0efe1

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)