forked from qnblackcat/uYouPlus
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e1c3b4
commit ed8287a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule YouTubeHeader
updated
from 6809d9 to ded8c0
Submodule protobuf
updated
24 files
+1 −1 | .github/workflows/test_php.yml | |
+0 −8 | MODULE.bazel | |
+3 −3 | WORKSPACE | |
+3 −3 | WORKSPACE.bzlmod | |
+23 −0 | bazel/BUILD.bazel | |
+9 −4 | bazel/common/BUILD | |
+69 −7 | bazel/private/BUILD | |
+11 −0 | bazel/private/toolchains/BUILD.bazel | |
+7 −2 | bazel/toolchains/BUILD | |
+0 −3 | build_defs/cpp_opts.bzl | |
+1 −0 | ci/Linux.bazelrc | |
+2 −1 | ci/macOS.bazelrc | |
+5 −0 | docs/options.md | |
+2 −0 | docs/third_party.md | |
+3 −3 | lua/def.c | |
+2 −0 | lua/upb.c | |
+6 −1 | lua/upbc.cc | |
+12 −17 | objectivec/GPBDescriptor.m | |
+0 −7 | objectivec/GPBDescriptor_PackagePrivate.h | |
+9 −0 | src/google/protobuf/compiler/java/full/BUILD.bazel | |
+4 −0 | src/google/protobuf/compiler/java/lite/BUILD.bazel | |
+4 −0 | src/google/protobuf/compiler/kotlin/BUILD.bazel | |
+4 −0 | src/google/protobuf/compiler/rust/BUILD.bazel | |
+8 −2 | src/google/protobuf/io/BUILD.bazel |