From f9cda707fe17c801c31b693c676dac74917ff5d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:49:21 +0000 Subject: [PATCH] Update dependency rules_cc to v0.1.0 --- examples/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index 63e750f..89b743b 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -10,7 +10,7 @@ bazel_dep(name = "bazel_features", version = "1.22.0") bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "contrib_rules_jvm", version = "0.27.0") bazel_dep(name = "platforms", version = "0.0.10") -bazel_dep(name = "rules_cc", version = "0.0.9") +bazel_dep(name = "rules_cc", version = "0.1.0") # Can't update past this version as it breaks compatibility with Bazel 6 due to # the Turbine native image not supporting --release used by rules_jvm_external.