From c62e73e13ca90c7b98784dbea292ccac3aafd2bf Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Wed, 13 Nov 2024 11:00:41 -0500 Subject: [PATCH] Remove the explicit dependency on rules_cc. --- BUILD | 2 -- MODULE.bazel | 2 -- 2 files changed, 4 deletions(-) diff --git a/BUILD b/BUILD index 8c2eee56..939ca12a 100644 --- a/BUILD +++ b/BUILD @@ -1,7 +1,5 @@ # Bazel(http://bazel.io) BUILD file -load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") - licenses(["notice"]) exports_files(["LICENSE"]) diff --git a/MODULE.bazel b/MODULE.bazel index 2192e7fb..cfda2966 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,5 +5,3 @@ module( version = "3.3.0", compatibility_level = 3, ) - -bazel_dep(name = "rules_cc", version = "0.0.13")