diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-07-03 10:06:47 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-07 14:28:41 +0200 |
commit | fcf533d916ba0d4e0a7cd8e3aa15982c84e99b4a (patch) | |
tree | def4f27e57374321371a2ad9dad181cd602988f2 | |
parent | 6ed3c45cbd7e7a27bbe2d4071e711b80366f2f9f (diff) |
try fix nanopb generation
-rwxr-xr-x | tools/codegen/core/gen_nano_proto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_nano_proto.sh b/tools/codegen/core/gen_nano_proto.sh index 5c781761ba..1549591746 100755 --- a/tools/codegen/core/gen_nano_proto.sh +++ b/tools/codegen/core/gen_nano_proto.sh @@ -68,7 +68,7 @@ popd # this should be the same version as the submodule we compile against # ideally we'd update this as a template to ensure that -pip install protobuf==3.5.2 +pip install protobuf==3.6.0 pushd "$(dirname $INPUT_PROTO)" > /dev/null |