aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel b/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel
index 0e951571..925bf2f3 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.28.bazel
@@ -91,7 +91,7 @@ rust_library(
)
cargo_build_script(
- name = "futures-channel_build_script",
+ name = "futures-channel_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = False,
@@ -132,6 +132,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":futures-channel_build_script",
+ actual = ":futures-channel_bs",
tags = ["manual"],
)