aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel b/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel
index 60ac70d6..c1b268cc 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel
@@ -91,7 +91,7 @@ rust_library(
)
cargo_build_script(
- name = "proc-macro2_build_script",
+ name = "proc-macro2_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -131,6 +131,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":proc-macro2_build_script",
+ actual = ":proc-macro2_bs",
tags = ["manual"],
)