Skip to content

Commit 2dbad2d

Browse files
committed
Merge #308: Bump bdk version to 0.27 and bdk-ffi to 0.27.0
ec71ef5 Bump bdk version to 0.27 and bdk-ffi to 0.27.0 (thunderbiscuit) Pull request description: ## Description This PR updates BDK to the latest version, `0.27.0`. ### Changelog notice ```txt - Update BDK to latest version 0.27 [#308] [#308](#308) ``` #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK ec71ef5 Tree-SHA512: 2d97b2af5247a5021fb7e5db70a903ded243b8f298133da1b83f7610d4e8ffc5e8e1b65e60ae07a781334de9c1630dfc6f9d58f62ff240783c9c22afc1f8f907
2 parents 4ca7919 + ec71ef5 commit 2dbad2d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bdk-ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-ffi"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
1010
name = "bdkffi"
1111

1212
[dependencies]
13-
bdk = { version = "0.26", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
13+
bdk = { version = "0.27", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
1414
uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
1515
uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }
1616

0 commit comments

Comments
 (0)