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 e6b7625 commit 591993cCopy full SHA for 591993c
toolchain/deps.bzl
@@ -19,9 +19,9 @@ def bazel_toolchain_dependencies():
19
if not native.existing_rule("rules_cc"):
20
http_archive(
21
name = "rules_cc",
22
- urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.2/rules_cc-0.2.2.tar.gz"],
23
- sha256 = "e50f24506011841e2ac83d9733a0c7e058eb3a10a6e3e10baa9c7942ff5f4767",
24
- strip_prefix = "rules_cc-0.2.2",
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.13/rules_cc-0.2.13.tar.gz"],
+ sha256 = "472ddca8cec1e64ad78e4f0cabbec55936a3baddbe7bef072764ca91504bd523",
+ strip_prefix = "rules_cc-0.2.13",
25
)
26
27
# Load bazel_skylib if the user has not defined them.
0 commit comments