Skip to content

Commit 2cee142

Browse files
committed
Add visibility for rust public aliases for '@protobuf//:protobuf_rust'
PiperOrigin-RevId: 652511009
1 parent d1c9cfb commit 2cee142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load("//bazel/toolchains:proto_lang_toolchain.bzl", "proto_lang_toolchain")
66

77
package(
88
default_visibility = [
9+
"//:__pkg__", # "public" targets are alias rules in //.
910
"//src/google/protobuf:__subpackages__",
1011
],
1112
)

0 commit comments

Comments
 (0)