We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62703e commit f37c469Copy full SHA for f37c469
1 file changed
packages/gapic-generator/WORKSPACE
@@ -88,9 +88,9 @@ grpc_deps()
88
89
http_archive(
90
name = "rules_cc",
91
- urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.18/rules_cc-0.2.18.tar.gz"],
92
- sha256 = "1de5b47721fce0af0dd453b3071228fdfc44bd18199826b3f0b03b423aae9f65",
93
- strip_prefix = "rules_cc-0.2.18",
+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1/rules_cc-0.1.1.tar.gz"],
+ sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42",
+ strip_prefix = "rules_cc-0.1.1",
94
)
95
96
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")
0 commit comments