Skip to content

Commit d39aeac

Browse files
Fixing broken rust package
PiperOrigin-RevId: 509546035
1 parent 9a5e86d commit d39aeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Protobuf Rust runtime packages.
22

3-
load("@rules_rust//:defs.bzl", "rust_library")
3+
load("@rules_rust//rust:defs.bzl", "rust_library")
44

5-
package(default_visibility = "//src/google/protobuf:__subpackages__")
5+
package(default_visibility = ["//src/google/protobuf:__subpackages__"])
66

77
rust_library(
88
name = "protobuf",

0 commit comments

Comments
 (0)