Skip to content

Commit d4a1645

Browse files
rustaceanrobthunderbiscuit
authored andcommitted
Update bdk_kyoto to 0.15.4
Fixes a panic found by @thunderbiscuit.
1 parent 39445ab commit d4a1645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bdk-ffi/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "uniffi-bindgen.rs"
1818
bdk_wallet = { version = "2.3.0", features = ["all-keys", "keys-bip39", "rusqlite"] }
1919
bdk_esplora = { version = "0.22.1", default-features = false, features = ["std", "blocking", "blocking-https-rustls"] }
2020
bdk_electrum = { version = "0.23.2", default-features = false, features = ["use-rustls-ring"] }
21-
bdk_kyoto = { version = "0.15.3" }
21+
bdk_kyoto = { version = "0.15.4" }
2222

2323
uniffi = { version = "=0.30.0", features = ["cli"]}
2424
thiserror = "2.0.17"

0 commit comments

Comments
 (0)