Skip to content

Commit 68d018f

Browse files
chore(deps): update dependency rules_cc to v0.2.21
1 parent 345dd02 commit 68d018f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ bazel_features_deps()
2020

2121
http_archive(
2222
name = "rules_cc",
23-
sha256 = "458b658277ba51b4730ea7a2020efdf1c6dcadf7d30de72e37f4308277fa8c01",
24-
strip_prefix = "rules_cc-0.2.16",
25-
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.16/rules_cc-0.2.16.tar.gz",
23+
sha256 = "962251923438d27fc030c2d9d35c058a7f7da4fed42c42ad5342c7b4403d4cf2",
24+
strip_prefix = "rules_cc-0.2.21",
25+
url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.21/rules_cc-0.2.21.tar.gz",
2626
)
2727

2828
load("@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")

0 commit comments

Comments
 (0)