aboutsummaryrefslogtreecommitdiff
path: root/examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel')
-rw-r--r--examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel b/examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel
index bbdc9662..076c84db 100644
--- a/examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.bazel
+++ b/examples/crate_universe/vendor_local_pkgs/crates/parking_lot_core-0.9.9/BUILD.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"],
)