From 189df9db04194d31f1de2ffaf08d4052c4992bbf Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 23 Dec 2024 00:39:15 -0800 Subject: [PATCH] Prototype PiperOrigin-RevId: 708978597 --- upb/io/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/upb/io/BUILD b/upb/io/BUILD index 700eb046d01fe..53ef928accb03 100644 --- a/upb/io/BUILD +++ b/upb/io/BUILD @@ -3,6 +3,7 @@ package(default_applicable_licenses = ["//:license"]) cc_library( name = "string", hdrs = ["string.h"], + visibility = ["//visibility:public"], deps = [ "//upb:mem", "//upb:port",