From e4893ebc6e898357c275b2f89724a2f412998d9c Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Thu, 6 Nov 2025 16:12:37 +0000 Subject: [PATCH] Bump cc-rules plugin to v0.6.0 The only notable (but minor) change caused by this is that symbols are now stripped from the please_sandbox binary. --- docs/BUILD | 2 +- plugins/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BUILD b/docs/BUILD index ce1186ca9..452347864 100644 --- a/docs/BUILD +++ b/docs/BUILD @@ -60,7 +60,7 @@ plugins = { "python": "v1.14.0", "java": "v0.4.5", "go": "v1.26.0", - "cc": "v0.5.4", + "cc": "v0.6.0", "shell": "v0.2.0", "go-proto": "v0.3.0", "python-proto": "v0.1.0", diff --git a/plugins/BUILD b/plugins/BUILD index aa83d2ce6..de391c094 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -7,7 +7,7 @@ plugin_repo( plugin_repo( name = "cc", plugin = "cc-rules", - revision = "v0.5.4", + revision = "v0.6.0", ) plugin_repo(