aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel b/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel
index 8a837883..f70ba89f 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel
@@ -89,7 +89,7 @@ rust_library(
)
cargo_build_script(
- name = "indexmap_build_script",
+ name = "indexmap_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -131,6 +131,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":indexmap_build_script",
+ actual = ":indexmap_bs",
tags = ["manual"],
)