Fix uniffi_macros and uniffi_build versions

This commit is contained in:
Steve Myers 2022-01-24 10:58:48 -08:00
parent 72f90f1d63
commit 672131ca0f

View File

@ -11,10 +11,10 @@ name = "bdkffi"
[dependencies]
bdk = { version = "0.14", features = ["all-keys", "use-esplora-ureq"] }
uniffi_macros = "0.14.1"
uniffi_macros = "0.16.0"
uniffi = "0.16.0"
thiserror = "1.0"
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi
[build-dependencies]
uniffi_build = "0.14.1"
uniffi_build = "0.16.0"