From e798e1573fb280bdf000f30e3259f26b59ddc801 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Wed, 10 Jan 2024 16:16:58 -0500 Subject: [PATCH] chore: update bdk to version 0.29.0 --- bdk-ffi/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bdk-ffi/Cargo.toml b/bdk-ffi/Cargo.toml index 2fceb72..874a92a 100644 --- a/bdk-ffi/Cargo.toml +++ b/bdk-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.30.0" +version = "0.31.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" license = "MIT OR Apache-2.0" @@ -17,7 +17,7 @@ path = "uniffi-bindgen.rs" default = ["uniffi/cli"] [dependencies] -bdk = { version = "0.28.2", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] } +bdk = { version = "0.29.0", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] } uniffi = { version = "0.23.0" } [build-dependencies]