Skip to content

Commit

Permalink
bump protoc-gen-prost
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <[email protected]>
  • Loading branch information
hexfusion committed Sep 5, 2023
1 parent 5a669d2 commit 51b6dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/avalanche-types/scripts/protobuf_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ fi
# protoc plugin "protoc-gen-prost" is required
#
# e.g.,
# cargo install protoc-gen-prost --version 0.2.2
# cargo install protoc-gen-prost --version 0.2.3
# ref. https://crates.io/crates/protoc-gen-prost
PROTOC_GEN_PROST_VERSION=0.2.2
PROTOC_GEN_PROST_VERSION=0.2.3
if [[ $(protoc-gen-prost --version | cut -f2 -d' ') != "${PROTOC_GEN_PROST_VERSION}" ]]; then
echo "could not find protoc-gen-prost version ${PROTOC_GEN_PROST_VERSION} is it installed + in PATH?"
exit 255
Expand Down

0 comments on commit 51b6dea

Please sign in to comment.