You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the references to protobuf would force users to update their version of protobuf to a pretty recent version. Since we still support Bazel 6, we will probably stay on rules_proto for a while, which does forward to protobuf.
Does this cause any issues for you or is this just meant as a suggestion for cleanup?
I'll close this for now as we would only need to update when forced and Bzlmod makes it so that depending on old versions provides users with the highest degree of freedom.
The rules_proto repository has been deprecated and should no longer be used.
See: https://github.com/bazelbuild/rules_proto?tab=readme-ov-file#protobuf-rules-for-bazel
As of v0.1.0, rules_cc removed all protobuf rules and they are now part of com_google_protobuf instead (as of v29.0).
See:
https://github.com/protocolbuffers/protobuf/releases/tag/v29.0
https://github.com/bazelbuild/rules_cc/releases/tag/0.1.0
All instances of:
should be replaced with:
The text was updated successfully, but these errors were encountered: