diff --git a/BUILD b/BUILD index 8c2eee5..939ca12 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 2192e7f..cfda296 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")