From fcf533d916ba0d4e0a7cd8e3aa15982c84e99b4a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 3 Jul 2018 10:06:47 +0200 Subject: try fix nanopb generation --- tools/codegen/core/gen_nano_proto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/codegen/core') 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 -- cgit v1.2.3