Skip to content

Commit

Permalink
Update uniffi dependencies to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Oct 21, 2022
1 parent c7d0803 commit e6cf423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ name = "bdkffi"
[dependencies]
bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }

uniffi_macros = { version = "0.20.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.20.0", features = ["builtin-bindgen"] }
uniffi_macros = { version = "0.21.0", features = ["builtin-bindgen"] }
uniffi = { version = "0.21.0", features = ["builtin-bindgen"] }

[build-dependencies]
uniffi_build = { version = "0.20.0", features = ["builtin-bindgen"] }
uniffi_build = { version = "0.21.0", features = ["builtin-bindgen"] }
2 changes: 1 addition & 1 deletion bdk-ffi-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.45" # remove after upgrading to next version of uniffi
structopt = "0.3"
uniffi_bindgen = "0.20.0"
uniffi_bindgen = "0.21.0"
camino = "1.0.9"

0 comments on commit e6cf423

Please sign in to comment.