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 1f7c782 commit ad3fe69
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 16 deletions.
161 changes: 147 additions & 14 deletions bdk-ffi/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
Expand Up @@ -28,10 +28,10 @@ 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 ad3fe69

Please sign in to comment.