mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Replace 'ex.' abbreviation in readme
This was copied from the equivalent table in the readme of actions-rs/toolchain, but is not common usage I think.
This commit is contained in:
parent
29ecc718a5
commit
0179615243
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ All inputs are optional.
|
|||
|
||||
| Name | Description |
|
||||
| ------------ | -----------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `toolchain` | Rustup toolchain specifier, ex. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** |
|
||||
| `target` | Additional target support to install, ex. `wasm32-unknown-unknown` |
|
||||
| `components` | Comma-separated string of additional components to install, ex. `clippy, rustfmt` |
|
||||
| `toolchain` | Rustup toolchain specifier e.g. `stable`, `nightly`, `1.42.0`. **Important: the default is to match the @rev as described above.** |
|
||||
| `target` | Additional target support to install e.g. `wasm32-unknown-unknown` |
|
||||
| `components` | Comma-separated string of additional components to install e.g. `clippy, rustfmt` |
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue