Skip to content

Commit 155efce

Browse files
rickeylevcomius
andauthored
fix: upgrade to rules_proto 7.0.2 to pickup fix for Bazel 9 (#2408)
The ProtoInfo was removed in Bazel 9, but earlier versions of rules_proto still refer to it. This was fixed in rules_proto 7.0.0. Fixes #2400 --------- Co-authored-by: Ivo List <[email protected]>
1 parent 273cbd1 commit 155efce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bazel_dep(name = "rules_cc", version = "0.0.14")
1010
bazel_dep(name = "platforms", version = "0.0.4")
1111

1212
# Those are loaded only when using py_proto_library
13-
bazel_dep(name = "rules_proto", version = "6.0.2")
13+
bazel_dep(name = "rules_proto", version = "7.0.2")
1414
bazel_dep(name = "protobuf", version = "29.0-rc2", repo_name = "com_google_protobuf")
1515

1616
internal_deps = use_extension("//python/private:internal_deps.bzl", "internal_deps")

examples/bzlmod/MODULE.bazel.lock

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)