Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Sep 13, 2024
1 parent 4004b0a commit 3e0efe1
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 <[email protected]>"]
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 3e0efe1

Please sign in to comment.