Skip to content

Commit

Permalink
Remove protoc version check because they changed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Aug 18, 2024
1 parent 0dcd7e3 commit 60c7e3c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions protobuf/regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ die() {
exit 1
}

protoc_ver=$(protoc --version)
case "$protoc_ver" in
"libprotoc 3"*) ;;
*)
die "you need to use protobuf 3 to regenerate .rs from .proto"
;;
esac

cargo build --manifest-path=../protobuf-codegen/Cargo.toml
cargo build --manifest-path=../protoc-bin/Cargo.toml --bin protoc-bin-print-paths

Expand Down

0 comments on commit 60c7e3c

Please sign in to comment.