From 672131ca0f5f221b38b27e085b1e81cbd033bace Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 24 Jan 2022 10:58:48 -0800 Subject: [PATCH] Fix uniffi_macros and uniffi_build versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a40d79d..6be537d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"