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 30d1232 commit bf91aafCopy full SHA for bf91aaf
e2e/smoke/WORKSPACE.bazel
@@ -57,9 +57,9 @@ proto_bazel_features(name = "proto_bazel_features")
57
58
http_archive(
59
name = "rules_cc",
60
- sha256 = "ae244f400218f4a12ee81658ff246c0be5cb02c5ca2de5519ed505a6795431e9",
61
- strip_prefix = "rules_cc-0.2.0",
62
- url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.0/rules_cc-0.2.0.tar.gz",
+ sha256 = "a2fdfde2ab9b2176bd6a33afca14458039023edb1dd2e73e6823810809df4027",
+ strip_prefix = "rules_cc-0.2.14",
+ url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.14/rules_cc-0.2.14.tar.gz",
63
)
64
65
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
0 commit comments