Skip to content

Commit

Permalink
Lock Rust deps for checking protos
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored and perryjrandall committed Dec 19, 2024
1 parent 1381c93 commit 0ec01dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions protos/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
# The TS plugins are pulled automatically since we depend on them directly from
# the buf.build community plugin registry.

set -e
set -x

# For generating Rust code
cargo install --version 0.2.3 protoc-gen-prost
cargo install --version 0.2.3 protoc-gen-prost-serde
cargo install --version 0.3.1 protoc-gen-prost-crate
cargo install --version 0.3.0 protoc-gen-tonic
cargo install --locked --version 0.2.3 protoc-gen-prost
cargo install --locked --version 0.2.3 protoc-gen-prost-serde
cargo install --locked --version 0.3.1 protoc-gen-prost-crate
cargo install --locked --version 0.3.0 protoc-gen-tonic

# For generating Python code
cd python
Expand Down

0 comments on commit 0ec01dd

Please sign in to comment.