Skip to content

Commit

Permalink
chore: upgrade uniffi dependency to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed May 29, 2024
1 parent 89f803a commit 5d41984
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
37 changes: 18 additions & 19 deletions bdk-ffi/Cargo.lock

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

6 changes: 3 additions & 3 deletions bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ bdk_esplora = { version = "0.13.0", default-features = false, features = ["std",
bdk_electrum = { version = "0.13.0" }
bdk_file_store = { version = "0.11.0" }

uniffi = { version = "=0.26.1" }
uniffi = { version = "=0.27.1" }
bitcoin-internals = { version = "0.2.0", features = ["alloc"] }
thiserror = "1.0.58"

[build-dependencies]
uniffi = { version = "=0.26.1", features = ["build"] }
uniffi = { version = "=0.27.1", features = ["build"] }

[dev-dependencies]
uniffi = { version = "=0.26.1", features = ["bindgen-tests"] }
uniffi = { version = "=0.27.1", features = ["bindgen-tests"] }
assert_matches = "1.5.0"

[profile.release-smaller]
Expand Down

0 comments on commit 5d41984

Please sign in to comment.