Skip to content

Commit

Permalink
fix: upgrade to rules_proto 7.0.2 to pickup fix for Bazel 9 (#2408)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rickeylev and comius authored Nov 14, 2024
1 parent 273cbd1 commit 155efce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bazel_dep(name = "rules_cc", version = "0.0.14")
bazel_dep(name = "platforms", version = "0.0.4")

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

internal_deps = use_extension("//python/private:internal_deps.bzl", "internal_deps")
Expand Down
7 changes: 5 additions & 2 deletions examples/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 155efce

Please sign in to comment.