Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 9, 2025
1 parent 1489614 commit 7504917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 38 files
+1 −0 .github/workflows/test_php.yml
+1 −0 java/util/src/main/java/com/google/protobuf/util/Timestamps.java
+2 −1 php/ext/google/protobuf/message.c
+7 −7 php/ext/google/protobuf/php-upb.c
+3 −1 php/ext/google/protobuf/php-upb.h
+15 −2 python/google/protobuf/internal/unknown_fields_test.py
+2 −1 python/message.c
+2 −1 ruby/ext/google/protobuf_c/protobuf.c
+7 −7 ruby/ext/google/protobuf_c/ruby-upb.c
+3 −1 ruby/ext/google/protobuf_c/ruby-upb.h
+1 −1 ruby/lib/google/protobuf/ffi/message.rb
+2 −1 ruby/lib/google/protobuf_ffi.rb
+39 −35 rust/aspects.bzl
+31 −0 rust/test/BUILD
+1 −0 rust/test/bad_names.proto
+5 −0 rust/test/shared/accessors_repeated_test.rs
+7 −0 rust/test/srcsless_library_test_child.proto
+14 −0 rust/test/srcsless_library_test_parent.proto
+2 −2 src/google/protobuf/any.pb.cc
+19 −15 src/google/protobuf/api.pb.cc
+322 −238 src/google/protobuf/compiler/cpp/parse_function_generator.cc
+7 −5 src/google/protobuf/compiler/java/java_features.pb.cc
+25 −19 src/google/protobuf/compiler/plugin.pb.cc
+2 −1 src/google/protobuf/compiler/rust/message.cc
+7 −5 src/google/protobuf/cpp_features.pb.cc
+2 −4 src/google/protobuf/descriptor.cc
+255 −199 src/google/protobuf/descriptor.pb.cc
+2 −2 src/google/protobuf/duration.pb.cc
+3 −4 src/google/protobuf/empty.pb.cc
+2 −2 src/google/protobuf/field_mask.pb.cc
+5 −1 src/google/protobuf/repeated_ptr_field.h
+2 −2 src/google/protobuf/source_context.pb.cc
+32 −25 src/google/protobuf/struct.pb.cc
+2 −2 src/google/protobuf/timestamp.pb.cc
+39 −29 src/google/protobuf/type.pb.cc
+18 −18 src/google/protobuf/wrappers.pb.cc
+7 −7 upb/reflection/message.c
+3 −1 upb/reflection/message.h

0 comments on commit 7504917

Please sign in to comment.