From 535fc7043305c120c33c727de3006d944c62d5fe Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 4 Oct 2022 13:15:17 -0400 Subject: [PATCH] Upgrade bdk dependency to v0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff47fb0..75842a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib"] name = "bdkffi" [dependencies] -bdk = { version = "0.22", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } +bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] } uniffi = { version = "0.20.0", features = ["builtin-bindgen"] }