aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel b/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel
index 3411a290..2eb1c0ed 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.3.4.bazel
@@ -95,7 +95,7 @@ rust_library(
)
cargo_build_script(
- name = "axum-core_build_script",
+ name = "axum-core_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -134,6 +134,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":axum-core_build_script",
+ actual = ":axum-core_bs",
tags = ["manual"],
)