Skip to content

Commit 9efe0e6

Browse files
author
Aivaras Saulius
committed
Bump v0.25.0-10
Signed-off-by: Aivaras Saulius <[email protected]>
1 parent 940584a commit 9efe0e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /project
55
RUN cargo search --limit 1
66

77
RUN cd /project && cargo install --path uniffi-bindgen
8-
RUN cargo install uniffi-bindgen-cs --tag v0.8.0+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cs
8+
RUN cargo install uniffi-bindgen-cs --tag v0.8.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cs
99
RUN cargo install uniffi-bindgen-go --tag v0.2.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-go
1010
RUN cargo install uniffi-bindgen-cpp --tag v0.6.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cpp
1111

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ shows which versions of each generator are inside the docker image.
3939

4040
| Docker image | uniffi-rs version | uniffi-bindgen-cs version | uniffi-bindgen-go version | uniffi-bindgen-cpp version |
4141
|------------------------|-----------------------|---------------------------|---------------------------|----------------------------|
42+
| 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 |
4243
| 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** |
4344
| v0.25.0-8 | v0.3.0+0.25.0 | v0.8.0+v0.25.0 | v0.2.1+v0.25.0 | **v0.6.0+v0.25.0** |
4445
| v0.25.0-7 | v0.3.0+0.25.0 | v0.8.0+v0.25.0 | v0.2.1+v0.25.0 | **v0.5.0+v0.25.0** |

compatibility-test/setup_test_source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.kts"
3333
download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.py" "$TMP_DIR/python"
3434
download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.swift" "$TMP_DIR/swift"
3535

36-
GITHUB_VERSION="v0.8.0+v0.25.0"
36+
GITHUB_VERSION="v0.8.1+v0.25.0"
3737
GITHUB_URL="https://raw.githubusercontent.com/NordSecurity/uniffi-bindgen-cs/$GITHUB_VERSION"
3838
download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/TestCoverall.cs" "$TMP_DIR/cs/UniffiCS.binding_tests"
3939
download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/UniffiCS.BindingTests.csproj" "$TMP_DIR/cs/UniffiCS.binding_tests"

0 commit comments

Comments
 (0)