Upgrade bdk dependency to 0.11

This commit is contained in:
Steve Myers
2021-09-25 21:17:40 -07:00
parent 342c4c4aa8
commit 39e5efe5c0
9 changed files with 226 additions and 83 deletions

View File

@@ -9,7 +9,7 @@ edition = "2018"
crate-type = ["cdylib"]
[dependencies]
bdk = { version = "^0.7", features = ["all-keys"] }
bdk = { version = "^0.11", features = ["all-keys"] }
safer-ffi = { version = "0.0.6", features = ["proc_macros"]}
[features]