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 9b51e16 commit dc870a0Copy full SHA for dc870a0
bazel/workspace0.bzl
@@ -71,10 +71,10 @@ def gl_cpp_workspace0(name = None):
71
http_archive,
72
name = "rules_cc",
73
urls = [
74
- "https://github.com/bazelbuild/rules_cc/releases/download/0.0.9/rules_cc-0.0.9.tar.gz",
+ "https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz",
75
],
76
- sha256 = "2037875b9a4456dce4a79d112a8ae885bbc4aad968e6587dca6e64f3a0900cdf",
77
- strip_prefix = "rules_cc-0.0.9",
+ sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
+ strip_prefix = "rules_cc-0.0.10",
78
)
79
80
# The version of `rules_apple` loaded by gRPC is too old for Bazel 7.
0 commit comments