Skip to content

Commit 175f4f4

Browse files
authored
fix: push users to new enough rules_proto that works with toolchain (#1801)
A more comprehensive update for Bazel 9 and protobuf 33.4 will follow.
1 parent eae29fd commit 175f4f4

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)