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 1db1f21 commit cae3996Copy full SHA for cae3996
e2e/smoke/WORKSPACE.bazel
@@ -43,9 +43,9 @@ proto_bazel_features(name = "proto_bazel_features")
43
44
http_archive(
45
name = "rules_cc",
46
- sha256 = "ae244f400218f4a12ee81658ff246c0be5cb02c5ca2de5519ed505a6795431e9",
47
- strip_prefix = "rules_cc-0.2.0",
48
- url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.0/rules_cc-0.2.0.tar.gz",
+ sha256 = "774fd6cb9f90f98f1d26c776896b16a517a1af65337fcfaa705261df175f04a6",
+ strip_prefix = "rules_cc-0.2.10",
+ url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.10/rules_cc-0.2.10.tar.gz",
49
)
50
51
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
0 commit comments