Skip to content

Commit

Permalink
Bump uniffi version to 0.28.3 (#164)
Browse files Browse the repository at this point in the history
Fixes #122.
  • Loading branch information
jhugman authored Nov 18, 2024
1 parent 33fb8c6 commit 3e57865
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/ubrn_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi-bindgen-react-native"
version = "0.28.2-0"
version = "0.28.3-0"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3e57865

Please sign in to comment.