From 4e15badb14d34db4911641f345e99987d132a81c Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 1 Sep 2022 13:32:13 -0400 Subject: [PATCH] Update BDK to version 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9eb03e..274cde5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib"] name = "bdkffi" [dependencies] -bdk = { version = "0.20", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } +bdk = { version = "0.22", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } uniffi_macros = { version = "0.19.3", features = ["builtin-bindgen"] } uniffi = { version = "0.19.3", features = ["builtin-bindgen"] }