From 2dcd7d8f70c9a9b5bed07b614eaf006c79a99134 Mon Sep 17 00:00:00 2001 From: archpaleus Date: Wed, 21 Dec 2022 13:30:42 -0800 Subject: [PATCH] use @utf8_range to reference //third_party/utf8_range (#11352) Closes #11352 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/11352 from archpaleus:archpaleus/reference-utf8-range-workspace 75424976c78beaf0d05d592d9dcf55f54791d64b PiperOrigin-RevId: 496993989 --- pkg/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/BUILD.bazel b/pkg/BUILD.bazel index 934e785126..d7f04bbcd0 100644 --- a/pkg/BUILD.bazel +++ b/pkg/BUILD.bazel @@ -91,7 +91,7 @@ pkg_filegroup( "//build_defs:dist_files", "//conformance:all_dist_files", "//src:all_dist_files", - "//third_party/utf8_range:dist_files", + "@utf8_range//:dist_files", "@com_google_protobuf_examples//:dist_files", ], )