diff --git a/Dockerfile b/Dockerfile index d5db3b3..7782c76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN cargo search --limit 1 RUN cd /project && cargo install --path uniffi-bindgen RUN cargo install uniffi-bindgen-cs --tag v0.8.3+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-go --tag v0.2.2+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 FROM rust:1.74-bullseye diff --git a/README.md b/README.md index 4487cf1..b5a8d11 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-13 | v0.3.2+v0.25.0 | v0.8.3+v0.25.0 | **v0.2.2+v0.25.0** | v0.6.1+v0.25.0 | | 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 | diff --git a/compatibility-test/setup_test_source.sh b/compatibility-test/setup_test_source.sh index 132127d..8f65a18 100755 --- a/compatibility-test/setup_test_source.sh +++ b/compatibility-test/setup_test_source.sh @@ -40,7 +40,7 @@ download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/UniffiCS.BindingTe download_file "$GITHUB_URL/dotnet-tests/UniffiCS.BindingTests/Usings.cs" "$TMP_DIR/cs/UniffiCS.binding_tests" download_file "$GITHUB_URL/dotnet-tests/UniffiCS/UniffiCS.csproj" "$TMP_DIR/cs/UniffiCS" -GITHUB_VERSION="v0.2.1+v0.25.0" +GITHUB_VERSION="v0.2.2+v0.25.0" GITHUB_URL="https://raw.githubusercontent.com/NordSecurity/uniffi-bindgen-go/$GITHUB_VERSION" download_file "$GITHUB_URL/binding_tests/coverall_test.go" "$TMP_DIR/go" download_file "$GITHUB_URL/binding_tests/go.mod" "$TMP_DIR/go"