aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel b/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel
index 0a56f850..f8e6a020 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel
@@ -92,7 +92,7 @@ rust_library(
)
cargo_build_script(
- name = "serde_json_build_script",
+ name = "serde_json_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -132,6 +132,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":serde_json_build_script",
+ actual = ":serde_json_bs",
tags = ["manual"],
)