From 907540d2143b4eff4146643259a068b2f0c8696a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 20 Apr 2022 15:59:00 -0700 Subject: [PATCH] Update bdk to 0.18.0 with sqlite-bundled feature --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5392f72..6bb347f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,7 @@ crate-type = ["staticlib", "cdylib"] name = "bdkffi" [dependencies] -bdk = { version = "0.14", features = ["all-keys", "use-esplora-ureq", "sqlite"] } - -# TODO remove when bdk "sqlite-bundled" feature added -rusqlite = { version = "0.25.3", features = ["bundled"] } +bdk = { version = "0.18", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } uniffi_macros = { version = "0.16.0", features = ["builtin-bindgen"] } uniffi = { version = "0.16.0", features = ["builtin-bindgen"] }