Update BDK to version 0.22

This commit is contained in:
thunderbiscuit 2022-09-01 13:32:13 -04:00 committed by Steve Myers
parent f05a6648a7
commit 4e15badb14
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

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