File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY . /project
5
5
RUN cargo search --limit 1
6
6
7
7
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
9
9
RUN cargo install uniffi-bindgen-go --tag v0.2.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-go
10
10
RUN cargo install uniffi-bindgen-cpp --tag v0.6.1+v0.25.0 --git https://github.com/NordSecurity/uniffi-bindgen-cpp
11
11
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ shows which versions of each generator are inside the docker image.
39
39
40
40
| Docker image | uniffi-rs version | uniffi-bindgen-cs version | uniffi-bindgen-go version | uniffi-bindgen-cpp version |
41
41
| ------------------------| -----------------------| ---------------------------| ---------------------------| ----------------------------|
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 |
42
43
| 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** |
43
44
| 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** |
44
45
| 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** |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ download_file "$GITHUB_URL/fixtures/coverall/tests/bindings/test_coverall.kts"
33
33
download_file " $GITHUB_URL /fixtures/coverall/tests/bindings/test_coverall.py" " $TMP_DIR /python"
34
34
download_file " $GITHUB_URL /fixtures/coverall/tests/bindings/test_coverall.swift" " $TMP_DIR /swift"
35
35
36
- GITHUB_VERSION=" v0.8.0 +v0.25.0"
36
+ GITHUB_VERSION=" v0.8.1 +v0.25.0"
37
37
GITHUB_URL=" https://raw.githubusercontent.com/NordSecurity/uniffi-bindgen-cs/$GITHUB_VERSION "
38
38
download_file " $GITHUB_URL /dotnet-tests/UniffiCS.BindingTests/TestCoverall.cs" " $TMP_DIR /cs/UniffiCS.binding_tests"
39
39
download_file " $GITHUB_URL /dotnet-tests/UniffiCS.BindingTests/UniffiCS.BindingTests.csproj" " $TMP_DIR /cs/UniffiCS.binding_tests"
You can’t perform that action at this time.
0 commit comments