Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
240 B

""" Contains version numbers to be used in other bzl files """
PROTOC_VERSION = "23.0-rc-1"
PROTOBUF_JAVA_VERSION = "3.23.0-RC1"
PROTOBUF_PYTHON_VERSION = "4.23.0rc1"
PROTOBUF_PHP_VERSION = "3.23.0RC1"
PROTOBUF_RUBY_VERSION = "3.23.0.rc.1"