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 95a7b5b commit 1723cd3Copy full SHA for 1723cd3
e2e/smoke/WORKSPACE.bazel
@@ -19,9 +19,9 @@ proto_bazel_features(name = "proto_bazel_features")
19
20
http_archive(
21
name = "rules_cc",
22
- sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1",
23
- strip_prefix = "rules_cc-0.0.17",
24
- urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
+ sha256 = "d62624b45e0912713dcd3b8e30ba6ae55418ed6bf99e6d135cd61b8addae312b",
+ strip_prefix = "rules_cc-0.1.2",
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.2/rules_cc-0.1.2.tar.gz"],
25
)
26
27
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
0 commit comments