Skip to content

Commit

Permalink
Rollback the version of protobuf from 29.3 to 29.1.
Browse files Browse the repository at this point in the history
Due to the build failure on Windows.

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

# protobuf: 29.3 2025-01-09
# protobuf: 29.1 2024-12-04
# https://github.com/protocolbuffers/protobuf
# Note, 29.3 was rolled back due to the build failure on Windows.
bazel_dep(
name = "protobuf",
version = "29.3",
version = "29.1",
repo_name = "com_google_protobuf",
)

Expand Down

0 comments on commit 6b16135

Please sign in to comment.