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 5, 2024
1 parent 208f2ae commit 3798623
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YTHoldForSpeed
2 changes: 1 addition & 1 deletion Tweaks/YouMute
Submodule YouMute updated 1 files
+1 −1 Makefile
2 changes: 1 addition & 1 deletion Tweaks/YouPiP
Submodule YouPiP updated 19 files
+2 −2 Settings.x
+2 −0 layout/Library/Application Support/YouPiP.bundle/ar.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/de.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/en.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/es.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/fr.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/hu.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/it.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/ja.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/ko.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/nl.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/pl.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/pt.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/ro.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/ru.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/tr.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/vi.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/zh_cn.lproj/Localizable.strings
+2 −0 layout/Library/Application Support/YouPiP.bundle/zh_tw.lproj/Localizable.strings
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 33 files
+1 −1 .bcr/metadata.template.json
+3 −1 bazel/private/BUILD
+3 −0 bazel/private/java_lite_proto_library.bzl
+4 −0 cmake/install.cmake
+1 −1 cmake/protobuf.pc.cmake
+1 −1 hpb/extension.h
+20 −3 python/google/protobuf/internal/proto_builder_test.py
+0 −2 python/pb_unit_tests/BUILD
+0 −37 python/pb_unit_tests/proto_builder_test_wrapper.py
+12 −0 rust/release_crates/BUILD
+4 −0 rust/release_crates/README.md
+9 −1 rust/release_crates/cargo_test.sh
+1 −0 rust/release_crates/protobuf/BUILD
+1 −1 rust/release_crates/protobuf/Cargo-template.toml
+1 −0 rust/release_crates/protobuf/README.md
+1 −0 rust/release_crates/protobuf_codegen/BUILD
+1 −1 rust/release_crates/protobuf_codegen/Cargo-template.toml
+2 −0 rust/release_crates/protobuf_codegen/README.md
+1 −2 rust/release_crates/protobuf_codegen/src/lib.rs
+9 −1 rust/release_crates/protobuf_example/BUILD
+12 −0 rust/release_crates/protobuf_example/Cargo-template.toml
+0 −10 rust/release_crates/protobuf_example/Cargo.toml
+2 −0 rust/release_crates/protobuf_example/README.md
+69 −0 rust/release_crates/release.sh
+2 −0 src/google/protobuf/BUILD.bazel
+5 −6 src/google/protobuf/compiler/rust/generator.cc
+13 −0 src/google/protobuf/dynamic_message.cc
+86 −0 src/google/protobuf/map_test.inc
+7 −1 src/google/protobuf/reflection_tester.cc
+4 −1 src/google/protobuf/reflection_tester.h
+31 −0 upb/mini_table/BUILD
+35 −0 upb/mini_table/message_benchmark.cc
+562 −0 upb/mini_table/message_benchmark.proto

0 comments on commit 3798623

Please sign in to comment.