mkroening/rust-toolchain-toml
Installs the Rust toolchain from a toolchain file (rust-toolchain.toml)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| toolchain-file | Path to the toolchain file | no | rust-toolchain.toml |
| toolchain | Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification | no | null |
| targets | Comma-separated list of target triples to install for this toolchain | no | — |
| components | Comma-separated list of components to be additionally installed | no | — |
Outputs
| name | description |
|---|---|
| cachekey | A short hash of the rustc version, appropriate for use as a cache key. "20220627a831" |
| name | Rustup's name for the selected version of the toolchain. "1.62.0" |