Skip to content

Commit

Permalink
Bump v0.25.0-12
Browse files Browse the repository at this point in the history
Signed-off-by: Kristupas Antanavičius <[email protected]>
  • Loading branch information
arg0d committed Oct 4, 2024
1 parent 199cc39 commit b49142e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** |
Expand Down
2 changes: 1 addition & 1 deletion uniffi-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit b49142e

Please sign in to comment.