From b0c5f70356ee1dc0ee674fe0cdc9b527e3d0a823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Mon, 2 Dec 2024 13:15:37 +0200 Subject: [PATCH] Bump v0.25.0-14 --- README.md | 1 + uniffi-bindgen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a8d11..41c3abc 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ shows which versions of each generator are inside the docker image. | Docker image | uniffi-rs version | uniffi-bindgen-cs version | uniffi-bindgen-go version | uniffi-bindgen-cpp version | |------------------------|-----------------------|---------------------------|---------------------------|----------------------------| +| v0.25.0-14 | **v0.3.3+v0.25.0** | v0.8.3+v0.25.0 | v0.2.2+v0.25.0 | v0.6.1+v0.25.0 | | v0.25.0-13 | v0.3.2+v0.25.0 | v0.8.3+v0.25.0 | **v0.2.2+v0.25.0** | v0.6.1+v0.25.0 | | v0.25.0-12 | **v0.3.2+v0.25.0** | v0.8.3+v0.25.0 | v0.2.1+v0.25.0 | v0.6.1+v0.25.0 | | v0.25.0-11 | v0.3.0+0.25.0 | **v0.8.3+v0.25.0** | v0.2.1+v0.25.0 | v0.6.1+v0.25.0 | diff --git a/uniffi-bindgen/Cargo.toml b/uniffi-bindgen/Cargo.toml index 78b4ae1..d25730d 100644 --- a/uniffi-bindgen/Cargo.toml +++ b/uniffi-bindgen/Cargo.toml @@ -4,4 +4,4 @@ version = "0.25.0" edition = "2021" [dependencies] -uniffi = { git = "https://github.com/NordSecurity/uniffi-rs.git", tag = "v0.3.2+v0.25.0", features = ["cli"] } +uniffi = { git = "https://github.com/NordSecurity/uniffi-rs.git", tag = "v0.3.3+v0.25.0", features = ["cli"] }