From 7f457737f37373c181b649d4eb01e23bd198bcb4 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Mon, 25 Mar 2024 14:07:57 -0700 Subject: [PATCH] Update protoc release to include editions language features protos for Java and C++ Fixes https://github.com/protocolbuffers/protobuf/issues/16211 PiperOrigin-RevId: 618954029 --- pkg/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 42641ec233..0b396f8016 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -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",