From 9df4ba9fc60e295880e9d96a160369be21ead64d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 23 Dec 2024 05:51:16 -0500 Subject: [PATCH] revert --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 096c842a7..86d90144c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -85,9 +85,9 @@ grpc_deps() # https://github.com/protocolbuffers/protobuf/blob/29.x/protobuf_deps.bzl#L92-L98 http_archive( name = "rules_cc", - urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.0/rules_cc-0.1.0.tar.gz"], - sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59", - strip_prefix = "rules_cc-0.1.0", + urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.16/rules_cc-0.0.16.tar.gz"], + sha256 = "bbf1ae2f83305b7053b11e4467d317a7ba3517a12cef608543c1b1c5bf48a4df", + strip_prefix = "rules_cc-0.0.16", ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps", "PROTOBUF_MAVEN_ARTIFACTS")