Upgrade bdk dependency to v0.23

This commit is contained in:
thunderbiscuit 2022-10-04 13:15:17 -04:00
parent 10fa276bec
commit 535fc70433
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib"]
name = "bdkffi"
[dependencies]
bdk = { version = "0.22", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.20.0", features = ["builtin-bindgen"] }