Skip to content

Commit

Permalink
Add editions-specific required fields to the required fields allow-list.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629433997
  • Loading branch information
protobuf-github-bot authored and Copybara-Service committed Apr 30, 2024
1 parent 54e2553 commit 2c24648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editions/BUILD
Expand Up @@ -260,14 +260,15 @@ upb_proto_reflection_library(
deps = ["test_messages_proto3_editions_proto"],
)

# Export these for conformance tests for ruby codegen.
# Export these for conformance tests for ruby and C# codegen.
exports_files(
[
"golden/test_messages_proto2_editions.proto",
"golden/test_messages_proto3_editions.proto",
],
visibility = [
"//ruby:__pkg__",
"//src/google/protobuf/csharp:__pkg__",
],
)

Expand Down

0 comments on commit 2c24648

Please sign in to comment.