From 0271a2b8a98a918ae7ea97015ab139cf00cecdc2 Mon Sep 17 00:00:00 2001 From: eclipse-score-bot <187756813+eclipse-score-bot@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:48:17 +0000 Subject: [PATCH] chore(bazel): use a minimal module declaration --- MODULE.bazel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 77285ff..0b3f133 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -10,11 +10,7 @@ # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* -module( - name = "score_toolchains_rust", - version = "0.0.0", - compatibility_level = 0, -) +module(name = "score_toolchains_rust") bazel_dep(name = "platforms", version = "0.0.11") bazel_dep(name = "score_bazel_platforms", version = "1.0.0")