Skip to content

Commit 60c7e3c

Browse files
committed
Remove protoc version check because they changed versioning
1 parent 0dcd7e3 commit 60c7e3c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

protobuf/regenerate.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ die() {
77
exit 1
88
}
99

10-
protoc_ver=$(protoc --version)
11-
case "$protoc_ver" in
12-
"libprotoc 3"*) ;;
13-
*)
14-
die "you need to use protobuf 3 to regenerate .rs from .proto"
15-
;;
16-
esac
17-
1810
cargo build --manifest-path=../protobuf-codegen/Cargo.toml
1911
cargo build --manifest-path=../protoc-bin/Cargo.toml --bin protoc-bin-print-paths
2012

0 commit comments

Comments
 (0)