From d863b4eb7511bd813ee0cdba0bfccb2e768f3bf3 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Wed, 18 May 2022 11:13:15 +0300 Subject: [PATCH] Bump uniffi to version 0.18.0 --- crates/matrix-sdk-ffi/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/matrix-sdk-ffi/Cargo.toml b/crates/matrix-sdk-ffi/Cargo.toml index cf66c99e9..3dfd6897c 100644 --- a/crates/matrix-sdk-ffi/Cargo.toml +++ b/crates/matrix-sdk-ffi/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"] [build-dependencies] -uniffi_build = { version = "0.17.0", features = ["builtin-bindgen"] } +uniffi_build = { version = "0.18.0", features = ["builtin-bindgen"] } [dependencies] anyhow = "1.0.51" @@ -31,5 +31,5 @@ thiserror = "1.0.30" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tokio-stream = "0.1.8" tracing = "0.1.32" -uniffi = "0.17.0" -uniffi_macros = "0.17.0" +uniffi = "0.18.0" +uniffi_macros = "0.18.0"