Commit f4d4ab2e authored by gejun's avatar gejun

bump supported version of protobuf to 3.4

parent bba83513
......@@ -165,9 +165,9 @@ unittests can't be compiled with clang yet.
no known issues.
## protobuf: 2.4-3.2
## protobuf: 2.4-3.4
Be compatible with pb 3.0 and pb 2.x with the same file:
Be compatible with pb 3.x and pb 2.x with the same file:
Don't use new types in proto3 and start the proto file with `syntax="proto2";`
[tools/add_syntax_equal_proto2_to_all.sh](https://github.com/brpc/brpc/blob/master/tools/add_syntax_equal_proto2_to_all.sh)can add `syntax="proto2"` to all proto files without it.
protobuf 3.3-3.4 is not tested yet.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment