From 3e0efe1957fe4370f9620cbed6f857826ed38cd4 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 13 Sep 2024 11:33:59 -0500 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9bd31b6..be82969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hwi" -version = "0.9.0" +version = "0.10.0" authors = ["Daniela Brozzoni "] edition = "2018" license = "MIT" @@ -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]