Skip to content

Commit

Permalink
chore: bump uniffi to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItoroD committed Jun 24, 2024
1 parent a2794f2 commit 92aeeab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 51 deletions.
68 changes: 20 additions & 48 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 @@ -24,15 +24,15 @@ bdk_electrum = { version = "0.14.0" }
bdk_sqlite = { version = "0.1.0" }
bdk_bitcoind_rpc = { version = "0.10.0" }

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

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

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

[profile.release-smaller]
Expand Down

0 comments on commit 92aeeab

Please sign in to comment.