Bump bdk version to 0.24.0

This commit is contained in:
thunderbiscuit
2022-11-01 14:15:41 -04:00
parent 73ba73fd03
commit 29de6f2d06
3 changed files with 11 additions and 11 deletions

View File

@@ -9,13 +9,12 @@ license = "MIT OR Apache-2.0"
members = [".","bdk-ffi-bindgen"]
default-members = [".", "bdk-ffi-bindgen"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib", "cdylib"]
name = "bdkffi"
[dependencies]
bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
bdk = { version = "0.24", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }