BUILD: fix for Bazel 9.0.0rc1 Error at https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/589/steps/canvas?jid=019a4bac-6015-4fed-a853-d187ee2e87fc Change-Id: Ief0ef43cd23ca8e9fc5e63de8d0ea59460415f9f
diff --git a/BUILD.bazel b/BUILD.bazel index aa0f20b..c5c8859 100644 --- a/BUILD.bazel +++ b/BUILD.bazel
@@ -4,6 +4,10 @@ # Bazel (http://bazel.build/) BUILD file for RE2. +load("@rules_cc//cc:cc_binary.bzl", "cc_binary") +load("@rules_cc//cc:cc_library.bzl", "cc_library") +load("@rules_cc//cc:cc_test.bzl", "cc_test") + licenses(["notice"]) exports_files(["LICENSE"])
diff --git a/MODULE.bazel b/MODULE.bazel index 1caf578..ce851d4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -11,7 +11,7 @@ ) bazel_dep(name = "platforms", version = "1.0.0") -bazel_dep(name = "apple_support", version = "1.22.1") +bazel_dep(name = "apple_support", version = "1.23.1") bazel_dep(name = "rules_cc", version = "0.1.4") bazel_dep(name = "abseil-cpp", version = "20250512.1") bazel_dep(name = "rules_python", version = "1.5.1")