We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1381c93 commit 0ec01ddCopy full SHA for 0ec01dd
protos/scripts/install_deps.sh
@@ -4,11 +4,14 @@
4
# The TS plugins are pulled automatically since we depend on them directly from
5
# the buf.build community plugin registry.
6
7
+set -e
8
+set -x
9
+
10
# 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
11
-cargo install --version 0.3.0 protoc-gen-tonic
+cargo install --locked --version 0.2.3 protoc-gen-prost
12
+cargo install --locked --version 0.2.3 protoc-gen-prost-serde
13
+cargo install --locked --version 0.3.1 protoc-gen-prost-crate
14
+cargo install --locked --version 0.3.0 protoc-gen-tonic
15
16
# For generating Python code
17
cd python
0 commit comments