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 f728171 commit 240f325Copy full SHA for 240f325
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.14/rules_cc-0.2.14.tar.gz"],
+ sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027",
+ strip_prefix = "rules_cc-0.2.14",
25
)
26
27
# Load bazel_skylib if the user has not defined them.
0 commit comments