Skip to content

Commit

Permalink
Rollback the version of third_party/protobuf from v29.3 to v29.1
Browse files Browse the repository at this point in the history
Due to the build error on Windows (#1179).
  • Loading branch information
hiroyuki-komatsu committed Feb 11, 2025
1 parent 813eff7 commit 2da6c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third_party/protobuf
Submodule protobuf updated 69 files
+0 −1 .bazeliskrc
+1 −1 .github/workflows/scorecard.yml
+0 −1 .github/workflows/staleness_check.yml
+0 −2 .github/workflows/test_bazel.yml
+6 −0 .github/workflows/test_cpp.yml
+2 −2 .github/workflows/test_php_ext.yml
+5 −5 .github/workflows/test_upb.yml
+1 −1 CMakeLists.txt
+1 −1 MODULE.bazel
+1 −1 Protobuf-C++.podspec
+1 −1 Protobuf.podspec
+0 −3 ci/push_auto_update.sh
+7 −16 cmake/install.cmake
+1 −1 csharp/Google.Protobuf.Tools.nuspec
+1 −1 csharp/src/Google.Protobuf/Google.Protobuf.csproj
+1 −13 go/BUILD.bazel
+0 −0 go/go_features.proto
+1 −1 java/bom/pom.xml
+1 −1 java/core/src/main/java/com/google/protobuf/RuntimeVersion.java
+1 −1 java/kotlin/pom.xml
+1 −1 java/pom.xml
+1 −1 java/protoc/pom.xml
+1 −1 php/ext/google/protobuf/protobuf.h
+0 −1 pkg/BUILD.bazel
+5 −5 protobuf_version.bzl
+1 −1 python/google/protobuf/__init__.py
+1 −1 python/google/protobuf/runtime_version.py
+1 −1 ruby/google-protobuf.gemspec
+2 −2 ruby/pom.xml
+0 −20 src/file_lists.cmake
+1 −1 src/google/protobuf/any.pb.cc
+4 −3 src/google/protobuf/any.pb.h
+1 −1 src/google/protobuf/api.pb.cc
+8 −5 src/google/protobuf/api.pb.h
+2 −1 src/google/protobuf/compiler/cpp/enum.cc
+3 −1 src/google/protobuf/compiler/cpp/message.cc
+1 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+4 −3 src/google/protobuf/compiler/java/java_features.pb.h
+1 −1 src/google/protobuf/compiler/plugin.pb.cc
+10 −6 src/google/protobuf/compiler/plugin.pb.h
+3 −3 src/google/protobuf/compiler/versions.h
+1 −1 src/google/protobuf/cpp_features.pb.cc
+4 −3 src/google/protobuf/cpp_features.pb.h
+1 −1 src/google/protobuf/descriptor.pb.cc
+68 −35 src/google/protobuf/descriptor.pb.h
+1 −1 src/google/protobuf/duration.pb.cc
+4 −3 src/google/protobuf/duration.pb.h
+1 −1 src/google/protobuf/empty.pb.cc
+4 −3 src/google/protobuf/empty.pb.h
+1 −1 src/google/protobuf/field_mask.pb.cc
+4 −3 src/google/protobuf/field_mask.pb.h
+343 −0 src/google/protobuf/lazy_repeated_field.cc
+1,123 −0 src/google/protobuf/lazy_repeated_field.h
+401 −0 src/google/protobuf/lazy_repeated_field_heavy.cc
+1 −0 src/google/protobuf/repeated_ptr_field.h
+1 −1 src/google/protobuf/runtime_version.h
+1 −1 src/google/protobuf/source_context.pb.cc
+4 −3 src/google/protobuf/source_context.pb.h
+1 −1 src/google/protobuf/struct.pb.cc
+8 −5 src/google/protobuf/struct.pb.h
+1 −1 src/google/protobuf/stubs/common.h
+1 −1 src/google/protobuf/timestamp.pb.cc
+4 −3 src/google/protobuf/timestamp.pb.h
+1 −1 src/google/protobuf/type.pb.cc
+12 −7 src/google/protobuf/type.pb.h
+8 −0 src/google/protobuf/unittest.proto
+1 −1 src/google/protobuf/wrappers.pb.cc
+20 −11 src/google/protobuf/wrappers.pb.h
+10 −10 version.json

0 comments on commit 2da6c96

Please sign in to comment.