Skip to content

Commit e6cf423

Browse files
committed
Update uniffi dependencies to 0.21.0
1 parent c7d0803 commit e6cf423

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "bdkffi"
1616
[dependencies]
1717
bdk = { version = "0.23", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled"] }
1818

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

2222
[build-dependencies]
23-
uniffi_build = { version = "0.20.0", features = ["builtin-bindgen"] }
23+
uniffi_build = { version = "0.21.0", features = ["builtin-bindgen"] }

bdk-ffi-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0.45" # remove after upgrading to next version of uniffi
88
structopt = "0.3"
9-
uniffi_bindgen = "0.20.0"
9+
uniffi_bindgen = "0.21.0"
1010
camino = "1.0.9"

0 commit comments

Comments
 (0)