| commit | ac594a5fdff4bbe2ea16cc25425a998d0d3ecc3e | [log] [tgz] |
|---|---|---|
| author | UebelAndre <github@uebelandre.com> | Tue Mar 01 06:45:19 2022 -0800 |
| committer | GitHub <noreply@github.com> | Tue Mar 01 06:45:19 2022 -0800 |
| tree | 6a91dbde91ccac9e6a528b16a21a9eb3e29639a8 | |
| parent | adf2790f3ff063d909acd70aacdd2832756113a5 [diff] |
Add alias for `cargo_bootstrap_repository` binaries (#1160)
diff --git a/cargo/cargo_bootstrap.bzl b/cargo/cargo_bootstrap.bzl index 6d6cdcf..bbe35c0 100644 --- a/cargo/cargo_bootstrap.bzl +++ b/cargo/cargo_bootstrap.bzl
@@ -116,6 +116,11 @@ "{binary}" ]) +alias( + name = "binary", + actual = "{binary}", +) + rust_binary( name = "install", rustc_env = {{