Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 0374e2a

Browse files
authored
Update protobuf version (#40)
Bazel's execroot structure is changing (see bazelbuild/bazel#1681) and the protobuf library needed to be updated to support the new structure. The change is forward/backward compatible.
1 parent 180e1ef commit 0374e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skylark/skylark.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def skydoc_repositories():
296296
native.git_repository(
297297
name = "protobuf",
298298
remote = "https://github.com/google/protobuf.git",
299-
commit = "fb71df9f0b5a8457255e35cd4cd19c46396e97f1",
299+
commit = "9d3288e651700f3d52e6b4ead2a9f9ab02da53f4",
300300
)
301301

302302
# Protobuf expects an //external:python_headers label which would contain the

0 commit comments

Comments
 (0)