Bump bdk version to 0.27 and bdk-ffi to 0.27.0

This commit is contained in:
thunderbiscuit
2023-02-08 10:19:44 -06:00
parent 4ca7919ca9
commit ec71ef58be
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bdk-ffi"
version = "0.26.0"
version = "0.27.0"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
name = "bdkffi"
[dependencies]
bdk = { version = "0.26", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
bdk = { version = "0.27", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }