Skip to content

Commit 7b5a831

Browse files
authored
[workspace] Upgrade rules_cc to latest release 0.0.17 (#22263)
1 parent 6178502 commit 7b5a831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/workspace/rules_cc/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def rules_cc_repository(
1010
github_archive(
1111
name = name,
1212
repository = "bazelbuild/rules_cc", # License: Apache-2.0,
13-
commit = "0.0.16",
14-
sha256 = "bbf1ae2f83305b7053b11e4467d317a7ba3517a12cef608543c1b1c5bf48a4df", # noqa
13+
commit = "0.0.17",
14+
sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1", # noqa
1515
patches = [
1616
":patches/rm_protobuf.patch",
1717
],

0 commit comments

Comments
 (0)