Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 5, 2024
1 parent 4aff7ba commit 1851a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 59 files
+6 −43 bazel/private/upb_proto_library_internal/aspect.bzl
+1 −1 bazel/upb_c_proto_library.bzl
+1 −1 editions/golden/compare_cpp_codegen_failure.xml
+0 −24 google3/third_party/java_src/protobuf/current/javatests/com/google/protobuf/large_closed_enum.proto
+0 −23 google3/third_party/java_src/protobuf/current/javatests/com/google/protobuf/large_open_enum.proto
+0 −7 hpb/BUILD
+0 −2 hpb/backend/upb/BUILD
+3 −4 hpb/internal/BUILD
+1 −0 pkg/BUILD.bazel
+0 −2 protos/protos.h
+42 −0 rust/BUILD
+1 −0 rust/cargo/Cargo.toml
+9 −15 rust/cpp.rs
+35 −0 rust/gtest_matchers.rs
+6 −0 rust/internal.rs
+44 −0 rust/test/shared/BUILD
+59 −0 rust/test/shared/gtest_matchers_test.rs
+3 −0 src/file_lists.cmake
+4 −8 src/google/protobuf/any.pb.h
+6 −18 src/google/protobuf/api.pb.h
+11 −0 src/google/protobuf/arena.h
+14 −14 src/google/protobuf/arenastring.h
+1 −24 src/google/protobuf/compiler/cpp/helpers.h
+1 −5 src/google/protobuf/compiler/cpp/message.cc
+4 −8 src/google/protobuf/compiler/java/java_features.pb.h
+7 −23 src/google/protobuf/compiler/plugin.pb.h
+52 −0 src/google/protobuf/compiler/rust/message.cc
+4 −8 src/google/protobuf/cpp_features.pb.h
+36 −168 src/google/protobuf/descriptor.pb.h
+4 −8 src/google/protobuf/duration.pb.h
+4 −8 src/google/protobuf/empty.pb.h
+1 −5 src/google/protobuf/extension_set.cc
+4 −8 src/google/protobuf/field_mask.pb.h
+8 −16 src/google/protobuf/generated_message_reflection.cc
+10 −11 src/google/protobuf/lazy_repeated_field.cc
+4 −0 src/google/protobuf/port.h
+0 −4 src/google/protobuf/port_def.inc
+0 −1 src/google/protobuf/port_undef.inc
+11 −11 src/google/protobuf/reflection_ops.cc
+1 −5 src/google/protobuf/repeated_field.h
+2 −11 src/google/protobuf/repeated_ptr_field.h
+4 −8 src/google/protobuf/source_context.pb.h
+6 −18 src/google/protobuf/struct.pb.h
+4 −8 src/google/protobuf/timestamp.pb.h
+8 −28 src/google/protobuf/type.pb.h
+12 −48 src/google/protobuf/wrappers.pb.h
+2 −0 upb/base/BUILD
+2 −0 upb/mem/BUILD
+2 −0 upb/message/BUILD
+2 −0 upb/mini_descriptor/BUILD
+2 −0 upb/mini_table/BUILD
+2 −0 upb/port/BUILD
+2 −0 upb/reflection/BUILD
+2 −0 upb/text/BUILD
+31 −0 upb/wire/BUILD
+37 −0 upb/wire/byte_size.c
+31 −0 upb/wire/byte_size.h
+40 −0 upb/wire/byte_size_test.cc
+2 −0 upb_generator/BUILD

0 comments on commit 1851a39

Please sign in to comment.