breaking: Rework bins setting.

This commit is contained in:
Miles Johnson 2023-05-08 10:00:11 -07:00
parent 6e8ea78761
commit cef1bc3f53
3 changed files with 8 additions and 4 deletions

View file

@ -65,12 +65,12 @@ When using components, the input requires a comma separated list of component na
If you require `cargo-make`, `cargo-nextest`, or other global binaries, this action supports
installing Cargo binaries through the `bins` input, which requires a comma-separated list of crate
names (`cargo-` prefix optional).
names.
```yaml
- uses: moonrepo/setup-rust@v0
with:
bins: nextest, cargo-insta@1.28.0
bins: cargo-nextest, cargo-insta@1.28.0
```
> Binaries are installed with [`cargo-binstall`](https://crates.io/crates/cargo-binstall) under the