Merge bitcoindevkit/bdk-ffi#216: Update uniffi dependencies to 0.21.0

b9aa0a2cf16c3f8fb037d01015d9eccfee82e9e3 Update uniffi dependencies to 0.21.0 (Steve Myers)

Pull request description:

  ### Description

  Update uniffi dependencies to 0.21.0

  ### Notes to the reviewers

  This is required to pickup my PR to handle swift keywords. https://github.com/mozilla/uniffi-rs/compare/v0.20.0...v0.21.0

  ### Changelog notice

  Update uniffi-rs to latest version 0.20.0 #216

  ### Checklists

  #### 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:
  thunderbiscuit:
    ACK [b9aa0a2](b9aa0a2cf1).

Tree-SHA512: 8bd585a22e6df2186d3985cc4d41a86dc35644b1e8dc06c1153de04a85df2cb6b345e15c0eb26e1b87c41cb00f15acf29f1b6a5b23736ead397fa6ee0fe0af0e
This commit is contained in:
Steve Myers 2022-10-21 13:25:58 -05:00
commit 3bec5d2cab
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ name = "bdkffi"
[dependencies] [dependencies]
bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] } bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] } uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.20.0", features = ["builtin-bindgen"] } uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }
[build-dependencies] [build-dependencies]
uniffi_build = { version = "0.20.0", features = ["builtin-bindgen"] } uniffi_build = { version = "0.21.0", features = ["builtin-bindgen"] }

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.45" # remove after upgrading to next version of uniffi anyhow = "1.0.45" # remove after upgrading to next version of uniffi
structopt = "0.3" structopt = "0.3"
uniffi_bindgen = "0.20.0" uniffi_bindgen = "0.21.0"
camino = "1.0.9" camino = "1.0.9"