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"] }