From 6181b1ff397f3979b5a790f7bfb670d08222636c Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Tue, 14 Apr 2026 11:08:25 +0100 Subject: [PATCH 1/2] Update `bip157 = 0.4.2` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 851e60f..a8170a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.85.0" [dependencies] bdk_wallet = "3" -bip157 = { version = "0.4.0" } +bip157 = { version = "0.4.2" } [dev-dependencies] tokio = { version = "1", features = ["full"], default-features = false } From 2bbefe77ea8046c5bfbbde40a747bc1852c25723 Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Tue, 14 Apr 2026 11:09:13 +0100 Subject: [PATCH 2/2] Release `0.16.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8170a6..b4b8b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_kyoto" -version = "0.15.4" +version = "0.16.0" authors = ["Rob rob@2140.dev", "Bitcoin Dev Kit Developers"] description = "BDK blockchain integration using P2P light client Kyoto" license = "MIT OR Apache-2.0"