From 5fd669570332fb065d2d09111e33e91f7637d943 Mon Sep 17 00:00:00 2001 From: Alfred Fuller Date: Thu, 3 Aug 2023 09:51:57 -0700 Subject: [PATCH] fix visibility --- proto/connectrpc/conformance/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/connectrpc/conformance/BUILD.bazel b/proto/connectrpc/conformance/BUILD.bazel index 11156b6d..8eee70eb 100644 --- a/proto/connectrpc/conformance/BUILD.bazel +++ b/proto/connectrpc/conformance/BUILD.bazel @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +package(default_visibility = ["//visibility:public"]) + proto_library( name = "messages", srcs = ["messages.proto"],