From 28d13b57d6237277e9e10065e5fd9da45c3203d7 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Thu, 28 Oct 2021 23:00:23 +0530 Subject: [PATCH] Update uniffi to 0.14.1 which supports callback interface in Swift --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b53c75f..b8512b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,12 @@ crate-type = ["staticlib", "cdylib"] [dependencies] bdk = { version = "^0.12.1-dev", features = ["all-keys", "use-esplora-ureq"] } -uniffi_macros = "0.14.0" -uniffi = "0.14.0" +uniffi_macros = "0.14.1" +uniffi = "0.14.1" thiserror = "1.0" [build-dependencies] -uniffi_build = "0.14.0" +uniffi_build = "0.14.1" [patch.crates-io] bdk = { git = "https://github.com/artfuldev/bdk.git", branch = "use-send-and-sync-on-memory-database" }