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]