uniffi-bindgen-go ver bump: v0.2.1-v0.25.0 => v0.2.2-v0.25.0

This commit is contained in:
Vasyl Tretiakov 2025-01-23 02:54:08 +02:00
parent 2ac466017a
commit 33fbf05b76
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ COPY docker/rustup-init.sh /opt/rustup-init.sh
RUN /opt/rustup-init.sh -y --profile minimal
# Install uniffi-bindgen-go
RUN cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.1+v0.25.0
RUN cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.2+v0.25.0
FROM build-base as build

View File

@ -59,7 +59,7 @@ COPY docker/rustup-init.sh /opt/rustup-init.sh
RUN /opt/rustup-init.sh -y --profile minimal
# Install uniffi-bindgen-go
RUN cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.1+v0.25.0
RUN cargo install uniffi-bindgen-go --git https://github.com/NordSecurity/uniffi-bindgen-go --tag v0.2.2+v0.25.0
FROM build-base as build