We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd9e36 commit dd45b02Copy full SHA for dd45b02
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.0.9/rules_cc-0.0.9.tar.gz"],
23
- sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
24
- strip_prefix = "rules_cc-0.0.9",
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"],
+ sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
+ strip_prefix = "rules_cc-0.0.10",
25
)
26
27
# Load bazel_skylib if the user has not defined them.
0 commit comments