Skip to content

Commit

Permalink
Add visibility for rust public aliases for '@protobuf//:protobuf_rust'
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652511009
  • Loading branch information
zhangskz committed Aug 9, 2024
1 parent d1c9cfb commit 2cee142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ load("//bazel/toolchains:proto_lang_toolchain.bzl", "proto_lang_toolchain")

package(
default_visibility = [
"//:__pkg__", # "public" targets are alias rules in //.
"//src/google/protobuf:__subpackages__",
],
)
Expand Down

0 comments on commit 2cee142

Please sign in to comment.