aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel b/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel
index abceb574..010c56dc 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.1.25.bazel
@@ -87,7 +87,7 @@ rust_library(
)
cargo_build_script(
- name = "prettyplease_build_script",
+ name = "prettyplease_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -124,6 +124,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":prettyplease_build_script",
+ actual = ":prettyplease_bs",
tags = ["manual"],
)