aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel')
-rw-r--r--crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel b/crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel
index 46e2dddb..e5bd1790 100644
--- a/crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel
+++ b/crate_universe/3rdparty/crates/BUILD.parking_lot_core-0.9.9.bazel
@@ -170,7 +170,7 @@ rust_library(
)
cargo_build_script(
- name = "parking_lot_core_build_script",
+ name = "parking_lot_core_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -206,6 +206,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":parking_lot_core_build_script",
+ actual = ":parking_lot_core_bs",
tags = ["manual"],
)