From 7608c1e8cb8a310083551f10d4dc5c9d65ae380c Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 4 Apr 2024 10:02:01 -0700 Subject: [PATCH] bumps uniffi version to 0.27.1, no major changes needed right now - exposes async from rust for future --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a38aacb..1816fb3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -18,7 +18,7 @@ required-features = ["uniffi/cli"] [dependencies] yrs = "0.18.2" thiserror = "1.0.38" -uniffi = "0.26.1" +uniffi = "0.27.1" [build-dependencies] uniffi = { version = "0.26.1", features = [ "build" ] }