Skip to content

Commit 49dc63b

Browse files
authored
Merge pull request #17774 from protocolbuffers/cp-rust-visibility
Cherry-pick rust visibility fix and removal of rust from BCR presubmit to 28.x
2 parents d1c9cfb + 92552d3 commit 49dc63b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.bcr/presubmit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tasks:
1414
- '@protobuf//:protobuf'
1515
- '@protobuf//:protobuf_lite'
1616
- '@protobuf//:protobuf_python'
17-
- '@protobuf//:protobuf_rust'
1817
- '@protobuf//:protoc'
1918
- '@protobuf//:test_messages_proto2_cc_proto'
2019
- '@protobuf//:test_messages_proto3_cc_proto'

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)