Bump protobuf version to 3.14.0
There is nothing special we need in the new release, just synchronize with the latest Protocol Buffers release. Change-Id: Iffaf38b6079751ff5aba11ac94be5c140fae788d
This commit is contained in:
@@ -51,10 +51,10 @@ rbe_autoconfig(name = "rbe_default")
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "com_google_protobuf",
|
name = "com_google_protobuf",
|
||||||
sha256 = "71030a04aedf9f612d2991c1c552317038c3c5a2b578ac4745267a45e7037c29",
|
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
|
||||||
strip_prefix = "protobuf-3.12.3",
|
strip_prefix = "protobuf-3.14.0",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/protocolbuffers/protobuf/archive/v3.12.3.tar.gz",
|
"https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user