Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent ba06273 commit 80c63d5
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 36 files
+4 −4 MODULE.bazel
+1 −1 cmake/dependencies_generator.py
+16 −7 cmake/install.cmake
+13 −1 go/BUILD.bazel
+0 −0 go/google/protobuf/go_features.proto
+30 −10 php/ext/google/protobuf/php-upb.c
+7 −3 php/ext/google/protobuf/php-upb.h
+1 −0 pkg/BUILD.bazel
+6 −2 python/google/protobuf/internal/message_test.py
+17 −8 python/google/protobuf/message.py
+30 −10 ruby/ext/google/protobuf_c/ruby-upb.c
+7 −3 ruby/ext/google/protobuf_c/ruby-upb.h
+10 −7 rust/release_crates/protobuf/BUILD
+1 −1 rust/release_crates/protobuf/README-template.md
+10 −7 rust/release_crates/protobuf_codegen/BUILD
+1 −1 rust/release_crates/protobuf_codegen/README-template.md
+0 −1 rust/release_crates/protobuf_example/.gitignore
+19 −7 rust/release_crates/protobuf_example/BUILD
+1 −1 rust/release_crates/protobuf_example/README-template.md
+15 −0 rust/release_crates/substitute_rust_release_version.bzl
+20 −0 src/file_lists.cmake
+1 −1 src/google/protobuf/compiler/rust/generator.cc
+1 −2 src/google/protobuf/compiler/rust/oneof.cc
+0 −9 src/google/protobuf/reflection.h
+0 −11 src/google/protobuf/reflection_internal.h
+0 −6 src/google/protobuf/repeated_field_reflection_unittest.inc
+3 −0 src/google/protobuf/util/BUILD.bazel
+40 −25 src/google/protobuf/util/type_resolver_util.cc
+106 −21 src/google/protobuf/util/type_resolver_util_test.cc
+13 −4 upb/mem/arena.c
+12 −0 upb/message/internal/extension.c
+4 −0 upb/message/internal/extension.h
+3 −3 upb/message/internal/message.c
+3 −3 upb/message/internal/message.h
+3 −3 upb/message/message.c
+3 −6 upb/message/promote.c

0 comments on commit 80c63d5

Please sign in to comment.