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 7, 2025
1 parent 310869e commit a6738cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 36 files
+1 −0 .bazeliskrc
+2 −2 .github/workflows/staleness_check.yml
+2 −2 .github/workflows/test_bazel.yml
+30 −30 .github/workflows/test_cpp.yml
+8 −8 .github/workflows/test_csharp.yml
+6 −6 .github/workflows/test_java.yml
+7 −7 .github/workflows/test_objectivec.yml
+18 −18 .github/workflows/test_php.yml
+3 −3 .github/workflows/test_php_ext.yml
+4 −4 .github/workflows/test_python.yml
+12 −12 .github/workflows/test_ruby.yml
+2 −2 .github/workflows/test_rust.yml
+13 −13 .github/workflows/test_upb.yml
+1 −1 .github/workflows/test_yaml.yml
+12 −2 php/ext/google/protobuf/php-upb.c
+12 −8 php/ext/google/protobuf/php-upb.h
+0 −2 python/pb_unit_tests/BUILD
+0 −35 python/pb_unit_tests/generator_test_wrapper.py
+12 −2 ruby/ext/google/protobuf_c/ruby-upb.c
+12 −8 ruby/ext/google/protobuf_c/ruby-upb.h
+1 −1 rust/proto_macro.rs
+1 −0 rust/test/bad_names.proto
+17 −11 rust/test/shared/BUILD
+6 −1 rust/test/shared/accessors_repeated_test.rs
+9 −0 rust/test/shared/bad_names_test.rs
+16 −0 src/google/protobuf/arena.cc
+4 −3 src/google/protobuf/compiler/cpp/field_generators/message_field.cc
+2 −2 src/google/protobuf/compiler/plugin.pb.h
+46 −46 src/google/protobuf/descriptor.pb.h
+72 −1 src/google/protobuf/map.cc
+4 −0 src/google/protobuf/map.h
+5 −0 src/google/protobuf/map_field.cc
+1 −1 src/google/protobuf/map_field.h
+0 −8 src/google/protobuf/map_field_inl.h
+0 −6 upb/port/atomic.h
+12 −2 upb/port/def.inc

0 comments on commit a6738cd

Please sign in to comment.