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 19, 2024
1 parent 583cf37 commit 955ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 37 files
+14 −3 .github/workflows/test_upb.yml
+7 −0 conformance/BUILD.bazel
+14 −9 java/core/src/main/java/com/google/protobuf/DebugFormat.java
+1 −1 java/core/src/main/java/com/google/protobuf/TextFormat.java
+8 −5 php/ext/google/protobuf/php-upb.c
+10 −7 php/ext/google/protobuf/php-upb.h
+0 −5 python/convert.c
+7 −15 python/google/protobuf/internal/message_test.py
+8 −5 ruby/ext/google/protobuf_c/ruby-upb.c
+10 −7 ruby/ext/google/protobuf_c/ruby-upb.h
+14 −7 rust/aspects.bzl
+3 −1 rust/release_crates/BUILD
+1 −1 rust/release_crates/protobuf/BUILD
+1 −1 rust/release_crates/protobuf/Cargo-template.toml
+1 −1 rust/release_crates/protobuf_codegen/BUILD
+1 −1 rust/release_crates/protobuf_codegen/Cargo-template.toml
+1 −1 rust/release_crates/protobuf_example/BUILD
+3 −3 rust/release_crates/protobuf_example/Cargo-template.toml
+1 −1 rust/release_crates/protobuf_example/src/main.rs
+3 −3 rust/release_crates/protobuf_well_known_types/Cargo-template.toml
+4 −3 rust/release_crates/release.sh
+13 −5 rust/test/rust_proto_library_unit_test/rust_proto_library_unit_test.bzl
+23 −21 src/google/protobuf/compiler/java/full/primitive_field.cc
+7 −6 src/google/protobuf/compiler/java/full/primitive_field.h
+9 −0 src/google/protobuf/compiler/rust/context.cc
+12 −3 src/google/protobuf/compiler/rust/context.h
+35 −25 src/google/protobuf/compiler/rust/generator.cc
+13 −2 src/google/protobuf/compiler/rust/naming.cc
+6 −0 src/google/protobuf/compiler/rust/naming.h
+3 −1 src/google/protobuf/map.h
+21 −0 src/google/protobuf/map_test.cc
+9 −0 src/google/protobuf/reflection.h
+11 −0 src/google/protobuf/reflection_internal.h
+6 −0 src/google/protobuf/repeated_field_reflection_unittest.inc
+2 −2 upb/message/internal/accessors.h
+7 −4 upb/port/def.inc
+1 −1 upb/port/undef.inc

0 comments on commit 955ead8

Please sign in to comment.