-
Notifications
You must be signed in to change notification settings - Fork 509
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
f2735b2
commit b51d7a0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule YouTubeHeader
updated
from 128c93 to 6fc681
Submodule protobuf
updated
11 files
+5 −5 | .github/workflows/test_cpp.yml | |
+5 −0 | go/BUILD.bazel | |
+57 −0 | go/go_features.proto | |
+73 −0 | hpb_generator/context.h | |
+33 −0 | hpb_generator/gen_accessors.cc | |
+4 −0 | hpb_generator/tests/set_alias.proto | |
+20 −0 | hpb_generator/tests/test_generated.cc | |
+1 −0 | pkg/BUILD.bazel | |
+2 −2 | python/google/protobuf/internal/well_known_types.py | |
+1 −3 | rust/test/cpp/BUILD | |
+1 −1 | src/google/protobuf/map.cc |