Update bdk to 0.18.0 with sqlite-bundled feature

This commit is contained in:
Steve Myers 2022-04-20 15:59:00 -07:00
parent e6a6be5b60
commit 907540d214
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -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"] }