From 66c8e7645cb99b7f6c11f7e2904a2f24c08934fd Mon Sep 17 00:00:00 2001 From: James Hugman Date: Mon, 11 Nov 2024 19:26:33 +0000 Subject: [PATCH] Bump uniffi version to 0.28.3 --- Cargo.toml | 6 +++--- crates/ubrn_cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d50a0cfc..5356b220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ heck = "0.5.0" paste = "1.0.14" pathdiff = { version = "0.2.1", features = ["camino"] } serde = { version = "1", features = ["derive"] } -uniffi = "=0.28.2" -uniffi_bindgen = "=0.28.2" -uniffi_meta = "=0.28.2" +uniffi = "=0.28.3" +uniffi_bindgen = "=0.28.3" +uniffi_meta = "=0.28.3" diff --git a/crates/ubrn_cli/Cargo.toml b/crates/ubrn_cli/Cargo.toml index 692f6e67..eda384ae 100644 --- a/crates/ubrn_cli/Cargo.toml +++ b/crates/ubrn_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uniffi-bindgen-react-native" -version = "0.28.2-0" +version = "0.28.3-0" edition = "2021" [[bin]] diff --git a/package.json b/package.json index 1f1b5eee..96f1a312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniffi-bindgen-react-native", - "version": "0.28.2-0", + "version": "0.28.3-0", "description": "Uniffi bindings generator for calling Rust from React Native", "homepage": "https://github.com/jhugman/uniffi-bindgen-react-native", "repository": {