From b49142e325d7d287c7ff3c326d92150048b2e593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Fri, 4 Oct 2024 13:28:00 +0300 Subject: [PATCH] Bump v0.25.0-12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristupas Antanavičius --- README.md | 1 + uniffi-bindgen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 818e593..4487cf1 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-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 | | v0.25.0-10 | v0.3.0+0.25.0 | **v0.8.1+v0.25.0** | v0.2.1+v0.25.0 | v0.6.1+v0.25.0 | | v0.25.0-9 | v0.3.0+0.25.0 | v0.8.0+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 09e496f..78b4ae1 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.0+v0.25.0", features = ["cli"] } +uniffi = { git = "https://github.com/NordSecurity/uniffi-rs.git", tag = "v0.3.2+v0.25.0", features = ["cli"] }