From c92669860b44e419f91b0411ae1e652706abd782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Thu, 25 Jan 2024 11:47:35 +0200 Subject: [PATCH] Bump uniffi-bindgen-cpp v0.3.0+v0.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristupas Antanavičius --- 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 056d15a..fd48902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN cargo search --limit 0 RUN cd /project && cargo install --path uniffi-bindgen RUN cargo install uniffi-bindgen-cs --tag v0.7.0+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cs RUN cargo install uniffi-bindgen-go --tag v0.2.0+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-go -RUN cargo install uniffi-bindgen-cpp --tag v0.2.2+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cpp +RUN cargo install uniffi-bindgen-cpp --tag v0.3.0+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cpp FROM rust:1.72-bullseye COPY --from=builder /usr/local/cargo/bin/uniffi-bindgen /bin diff --git a/README.md b/README.md index da59db0..0330c0d 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-3 | v0.3.0+0.25.0 | v0.7.0+v0.25.0 | v0.2.0+v0.25.0 | **v0.3.0+v0.25.0** | | v0.25.0-2 | v0.3.0+0.25.0 | v0.7.0+v0.25.0 | v0.2.0+v0.25.0 | **v0.2.2+v0.25.0** | | v0.25.0-1 | **v0.3.0+0.25.0** | **v0.7.0+v0.25.0** | **v0.2.0+v0.25.0** | **v0.1.0+v0.25.0** | | v0.23.0-6 | v0.23.0-3 | v0.4.0+v0.23.0 | v0.1.5+v0.23.0 | not present | diff --git a/compatibility-test/setup_test_source.sh b/compatibility-test/setup_test_source.sh index b4d814f..da5fc59 100755 --- a/compatibility-test/setup_test_source.sh +++ b/compatibility-test/setup_test_source.sh @@ -46,7 +46,7 @@ download_file "$GITHUB_URL/binding_tests/coverall_test.go" "$TMP_DIR/go" download_file "$GITHUB_URL/binding_tests/go.mod" "$TMP_DIR/go" download_file "$GITHUB_URL/binding_tests/go.sum" "$TMP_DIR/go" -GITHUB_VERSION="v0.2.2+v0.25.0" +GITHUB_VERSION="v0.3.0+v0.25.0" GITHUB_URL="https://raw.githubusercontent.com/NordSecurity/uniffi-bindgen-cpp/$GITHUB_VERSION" download_file "$GITHUB_URL/cpp-tests/tests/coverall/main.cpp" "$TMP_DIR/cpp/coverall" download_file "$GITHUB_URL/cpp-tests/tests/include/test_common.hpp" "$TMP_DIR/cpp/include"