Skip to content

Commit 7a085ac

Browse files
committed
fix: push users to new enough rules_proto that works with toolchain
1 parent eae29fd commit 7a085ac

2 files changed

Lines changed: 310 additions & 6 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ single_version_override(
4545
version = "9.3.0",
4646
)
4747

48-
bazel_dep(name = "rules_proto", version = "6.0.0")
49-
single_version_override(
50-
module_name = "rules_proto",
51-
version = "7.1.0",
52-
)
53-
48+
# TODO: remove this dep, the repo is deprecated and archived.
49+
# All public API symbols are aliased to @protobuf
50+
bazel_dep(name = "rules_proto", version = "7.1.0")
5451
bazel_dep(
5552
name = "protobuf",
5653
version = "28.2",

MODULE.bazel.lock

Lines changed: 307 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)