We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6178502 commit 7b5a831Copy full SHA for 7b5a831
tools/workspace/rules_cc/repository.bzl
@@ -10,8 +10,8 @@ def rules_cc_repository(
10
github_archive(
11
name = name,
12
repository = "bazelbuild/rules_cc", # License: Apache-2.0,
13
- commit = "0.0.16",
14
- sha256 = "bbf1ae2f83305b7053b11e4467d317a7ba3517a12cef608543c1b1c5bf48a4df", # noqa
+ commit = "0.0.17",
+ sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1", # noqa
15
patches = [
16
":patches/rm_protobuf.patch",
17
],
0 commit comments