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 83d3a8c commit 83bbaf0Copy full SHA for 83bbaf0
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.15/rules_cc-0.0.15.tar.gz",
+ "https://github.com/bazelbuild/rules_cc/releases/download/0.1.4/rules_cc-0.1.4.tar.gz",
75
],
76
- sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e",
77
- strip_prefix = "rules_cc-0.0.15",
+ sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b",
+ strip_prefix = "rules_cc-0.1.4",
78
)
79
80
# protobuf requires this
0 commit comments