Skip to content

Commit

Permalink
Merge pull request #16307 from protocolbuffers/cp-26x-2
Browse files Browse the repository at this point in the history
Update protoc release to include editions language features protos fo…
  • Loading branch information
zhangskz committed Mar 26, 2024
2 parents f7d2326 + 2d3d8ba commit b752bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pkg_files(
name = "wkt_protos_files",
srcs = [
"//:well_known_type_protos",
"//java/core:java_features_proto_srcs",
"//src/google/protobuf:cpp_features_proto_srcs",
"//src/google/protobuf:descriptor_proto_srcs",
],
prefix = "include/google/protobuf",
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ filegroup(
filegroup(
name = "cpp_features_proto_srcs",
srcs = ["cpp_features.proto"],
visibility = ["//src/google/protobuf/compiler/cpp:__pkg__"],
visibility = ["//:__subpackages__"],
)

filegroup(
Expand Down

0 comments on commit b752bc2

Please sign in to comment.