From d061bf494f6bdbccceaf4cc4cdf8038da579ecc1 Mon Sep 17 00:00:00 2001 From: Aivaras Saulius Date: Tue, 23 Jul 2024 14:49:20 +0300 Subject: [PATCH] Bump v0.25.0-10 Signed-off-by: Aivaras Saulius --- Dockerfile | 2 +- README.md | 1 + compatibility-test/setup_test_source.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a7aa90..ed3336c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /project RUN cargo search --limit 1 RUN cd /project && cargo install --path uniffi-bindgen -RUN cargo install uniffi-bindgen-cs --tag v0.8.0+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cs +RUN cargo install uniffi-bindgen-cs --tag v0.8.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cs RUN cargo install uniffi-bindgen-go --tag v0.2.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-go RUN cargo install uniffi-bindgen-cpp --tag v0.6.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cpp diff --git a/README.md b/README.md index cf47cea..17a6bb8 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-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** | | 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** | | 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** | diff --git a/compatibility-test/setup_test_source.sh b/compatibility-test/setup_test_source.sh index e09efaf..237ade0 100755 --- a/compatibility-test/setup_test_source.sh +++ b/compatibility-test/setup_test_source.sh @@ -33,7 +33,7 @@ download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.kts" download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.py" "$TMP_DIR/python" download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.swift" "$TMP_DIR/swift" -GITHUB_VERSION="v0.8.0+v0.25.0" +GITHUB_VERSION="v0.8.1+v0.25.0" GITHUB_URL="https://raw.githubusercontent.com/NordSecurity/uniffi-bindgen-cs/$GITHUB_VERSION" download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/TestCoverall.cs" "$TMP_DIR/cs/UniffiCS.binding_tests" download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/UniffiCS.BindingTests.csproj" "$TMP_DIR/cs/UniffiCS.binding_tests"