aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2017-11-22 13:28:38 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2017-11-24 17:56:04 -0800
commit28661ea6e189fc03fdcf9f6a0f6f15e40c916d08 (patch)
tree45216dccaa71053054af83589e3925de1d797345 /tools/codegen
parent6fc02c6a2b9697cf53975459f091b14754e04d0e (diff)
Bump third_party/protobuf submodule to v3.5.0
Diffstat (limited to 'tools/codegen')
-rwxr-xr-xtools/codegen/core/gen_nano_proto.sh2
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 db00bd937f..4246840173 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.2.0
+pip install protobuf==3.5.0.post1
pushd "$(dirname $INPUT_PROTO)" > /dev/null