Skip to content

Commit

Permalink
chore(deps): update dependency stepancheg/rust-protobuf to v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored and rvolosatovs committed Oct 19, 2024
1 parent 355dd36 commit 68b0405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ RUN --mount=type=cache,target=/root/.cargo/git/db \
cargo fetch
ARG TARGETPLATFORM
RUN xx-cargo --config profile.release.strip=true build --release
RUN install -D /rust-protobuf/target/$(xx-cargo --print-target-triple)/release/protoc-gen-rust /out/usr/bin/protoc-gen-rust
RUN xx-verify /out/usr/bin/protoc-gen-rust
RUN install -D /rust-protobuf/target/$(xx-cargo --print-target-triple)/release/protoc-gen-rs /out/usr/bin/protoc-gen-rs
RUN xx-verify /out/usr/bin/protoc-gen-rs


FROM --platform=$BUILDPLATFORM rust_target AS grpc_rust
Expand Down Expand Up @@ -471,7 +471,7 @@ RUN mkdir -p /test && \
--php_out=/test \
--python_out=/test \
--ruby_out=/test \
--rust_out=experimental-codegen=enabled,kernel=cpp:/test \
--rs_out=/test \
--ts_out=/test \
--validate_out=lang=go:/test \
google/protobuf/any.proto
Expand Down
2 changes: 1 addition & 1 deletion deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PROTOC_GEN_JSONSCHEMA_VERSION=1.4.1
PROTOC_GEN_LINT_VERSION=v0.3.0
PROTOC_GEN_NANOPB_VERSION=0.4.9
PROTOC_GEN_PBANDK_VERSION=0.14.3
PROTOC_GEN_RUST_VERSION=v3.6.0
PROTOC_GEN_RUST_VERSION=v3.7.1
PROTOC_GEN_SCALA_VERSION=v0.11.17
PROTOC_GEN_TS_VERSION=0.15.0
PROTOC_GEN_VALIDATE_VERSION=v1.1.0
Expand Down

0 comments on commit 68b0405

Please sign in to comment.