aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel')
-rw-r--r--wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel b/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel
index 7d9396c2..0f5e9b85 100644
--- a/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel
+++ b/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel
@@ -89,7 +89,7 @@ rust_library(
)
cargo_build_script(
- name = "httparse_build_script",
+ name = "httparse_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -129,6 +129,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":httparse_build_script",
+ actual = ":httparse_bs",
tags = ["manual"],
)