aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel')
-rw-r--r--crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel b/crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel
index 351c6e08..30c9a8bf 100644
--- a/crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel
+++ b/crate_universe/3rdparty/crates/BUILD.quote-1.0.29.bazel
@@ -90,7 +90,7 @@ rust_library(
)
cargo_build_script(
- name = "quote_build_script",
+ name = "quote_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -130,6 +130,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":quote_build_script",
+ actual = ":quote_bs",
tags = ["manual"],
)