Skip to content

Commit

Permalink
Update protobuf from 29.1 to 30.0-rc1
Browse files Browse the repository at this point in the history
Since 29.x is not buildable with Abseil 20250127.0, we use this RC release.

#codehealth

PiperOrigin-RevId: 726739493
  • Loading branch information
hiroyuki-komatsu committed Feb 14, 2025
1 parent b669abb commit 4c86252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ bazel_dep(
repo_name = "com_google_absl",
)

# protobuf: 29.1 2024-12-04
# protobuf: 30.0-rc1 2025-02-05
# https://github.com/protocolbuffers/protobuf
# Note, 29.3 was rolled back due to the build failure on Windows.
# Use 30.0-rc1 since 29.x is not buildable with Abseil 20250127.0.
bazel_dep(
name = "protobuf",
version = "29.1",
version = "30.0-rc1",
repo_name = "com_google_protobuf",
)

Expand Down

0 comments on commit 4c86252

Please sign in to comment.