aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel b/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel
index 7997d83c..5e0b43dc 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel
@@ -173,7 +173,7 @@ rust_library(
)
cargo_build_script(
- name = "tempfile_build_script",
+ name = "tempfile_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -212,6 +212,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":tempfile_build_script",
+ actual = ":tempfile_bs",
tags = ["manual"],
)