Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570941156
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 5, 2023
1 parent ac5a13c commit 34f5364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ load("@bazel_skylib//rules:common_settings.bzl", "string_flag")
load("@rules_proto//proto:defs.bzl", "proto_lang_toolchain")

package(
default_visibility = ["//src/google/protobuf:__subpackages__"],
default_visibility = [
"//src/google/protobuf:__subpackages__",
],
)

licenses(["notice"])
Expand Down

0 comments on commit 34f5364

Please sign in to comment.