diff options
author | David Garcia Quintas <dgq@google.com> | 2017-02-14 10:54:20 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-02-14 10:54:20 -0800 |
commit | 716f953532a92f3a159d26a78fdb397d0838b20e (patch) | |
tree | 5e057c87a9629d021689294d6195131da48f28d5 /tools/codegen/core | |
parent | 09173c66f446a465aa8bae76926f2807f76fc795 (diff) |
Update protobuf version used for nanopb compiler
Diffstat (limited to 'tools/codegen/core')
-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 99e49814b8..8600573e1c 100755 --- a/tools/codegen/core/gen_nano_proto.sh +++ b/tools/codegen/core/gen_nano_proto.sh @@ -83,7 +83,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.0.0 +pip install protobuf==3.2.0 pushd "$(dirname $INPUT_PROTO)" > /dev/null |