aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-11-27 13:42:21 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2017-11-27 13:42:21 -0800
commit9da7ac217ae38113dcc85ac8442fa394d924ace3 (patch)
treef0e3ec6bebee919342383262ed2b1da5123ff3ba /tools/codegen
parentba0689fa2a7fa5f0684d6ce0cde61f453d565ef5 (diff)
parent4922c3572b5842c2d0636665b09a0d1c844215fe (diff)
Merge branch 'master' into execctx
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