From 87339fb0ee2a3cc00ccf726f598e0bf1363a7266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 24 Nov 2021 14:11:32 +0100 Subject: [PATCH] rust: Bump the uniffi version --- rust-sdk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-sdk/Cargo.toml b/rust-sdk/Cargo.toml index e1f5b84001..bb4fadf147 100644 --- a/rust-sdk/Cargo.toml +++ b/rust-sdk/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.13.0" thiserror = "1.0.25" tracing = "0.1.26" tracing-subscriber = "0.2.18" -uniffi = "0.14.0" +uniffi = "0.15.1" pbkdf2 = "0.8.0" sha2 = "0.9.5" rand = "0.8.4" @@ -47,4 +47,4 @@ rev = "ac6ecc3e5" features = ["client-api-c"] [build-dependencies] -uniffi_build = "0.12.0" +uniffi_build = "0.15.1"