0
Files
Stephanie DiBenedetto eb785a9363 Update to protobuf 30.1 and drop bazel workspace configuration
The proto descriptor API has changed to return absl::string_views
instead of std::string, which is preventing users from building at
HEAD.

This change bumps our dependency to protobuf 30.1 and migrates our
code generator as needed so we can build with absl::string_view values.

At the same time, Bazel is getting ready to drop workspace support
(disabled by default as of EOY2024/Bazel 8). Protobuf still seems to
support both, but opportunistically taking this opportunity to just
use Bazel models. We can temporarily add back workspace support if
users actually need it.
2025-03-17 10:02:57 -07:00
..