Skip to content

Commit

Permalink
Fixing broken rust package
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509546035
  • Loading branch information
mkruskal-google committed Feb 14, 2023
1 parent 9a5e86d commit d39aeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Protobuf Rust runtime packages.

load("@rules_rust//:defs.bzl", "rust_library")
load("@rules_rust//rust:defs.bzl", "rust_library")

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

rust_library(
name = "protobuf",
Expand Down

0 comments on commit d39aeac

Please sign in to comment.