Skip to content

Commit

Permalink
Update bdk to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory authored and thunderbiscuit committed Apr 13, 2023
1 parent 4dab817 commit 6edc6c1
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 77 deletions.
136 changes: 61 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-ffi"
version = "0.27.1"
version = "0.28.0"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -19,7 +19,7 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
bdk = { version = "0.27.1", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
bdk = { version = "0.28", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
uniffi = { version = "0.23.0" }

[build-dependencies]
Expand Down

0 comments on commit 6edc6c1

Please sign in to comment.