Update to rules_cc 0.2.9

PiperOrigin-RevId: 819844403
Change-Id: Ideb599acc414b1f54a1e7f90cc2bc5bad41c1474
This commit is contained in:
Derek Mauro
2025-10-15 11:33:03 -07:00
committed by Copybara-Service
parent 8254d8cf9b
commit 6e7b7e8a26

View File

@@ -25,7 +25,7 @@ cc_configure = use_extension("@rules_cc//cc:extensions.bzl",
dev_dependency = True)
use_repo(cc_configure, "local_config_cc")
bazel_dep(name = "rules_cc", version = "0.2.0")
bazel_dep(name = "rules_cc", version = "0.2.9")
bazel_dep(name = "bazel_skylib", version = "1.8.1")
bazel_dep(name = "platforms", version = "1.0.0")