aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel b/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel
index 25a481b5..0515e874 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel
+++ b/wasm_bindgen/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"],
)