Skip to content

Commit 624655c

Browse files
committed
Reduce stack allocation in CBF
1 parent cc7e216 commit 624655c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bdk-ffi/Cargo.lock

Lines changed: 2 additions & 4 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.2.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.0" }
21+
bdk_kyoto = { version = "0.15.1" }
2222

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

0 commit comments

Comments
 (0)