Upgrade bdk to 0.14.0

This commit is contained in:
Steve Myers
2021-12-21 22:08:21 -08:00
parent 5240cd895e
commit 72f90f1d63
3 changed files with 17 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
name = "bdkffi"
[dependencies]
bdk = { version = "0.13", features = ["all-keys", "use-esplora-ureq"] }
bdk = { version = "0.14", features = ["all-keys", "use-esplora-ureq"] }
uniffi_macros = "0.14.1"
uniffi = "0.16.0"
thiserror = "1.0"