Skip to content

Commit

Permalink
Merge pull request #17774 from protocolbuffers/cp-rust-visibility
Browse files Browse the repository at this point in the history
Cherry-pick rust visibility fix and removal of rust from BCR presubmit to 28.x
  • Loading branch information
zhangskz committed Aug 9, 2024
2 parents d1c9cfb + 92552d3 commit 49dc63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ tasks:
- '@protobuf//:protobuf'
- '@protobuf//:protobuf_lite'
- '@protobuf//:protobuf_python'
- '@protobuf//:protobuf_rust'
- '@protobuf//:protoc'
- '@protobuf//:test_messages_proto2_cc_proto'
- '@protobuf//:test_messages_proto3_cc_proto'
Expand Down
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 49dc63b

Please sign in to comment.