Skip to content

Commit

Permalink
Bump v0.25.0-10
Browse files Browse the repository at this point in the history
Signed-off-by: Aivaras Saulius <[email protected]>
  • Loading branch information
Aivaras Saulius authored and nymoral committed Jul 24, 2024
1 parent 940584a commit d061bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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-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** |
Expand Down
2 changes: 1 addition & 1 deletion compatibility-test/setup_test_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d061bf4

Please sign in to comment.