mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Update protobuf from 29.1 to 30.0-rc1
Since 29.x is not buildable with Abseil 20250127.0, we use this RC release. #codehealth PiperOrigin-RevId: 726739493
This commit is contained in:
@ -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",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user