mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-08 03:36:37 +00:00
Release v1.0.5
This commit is contained in:
parent
402d025565
commit
23cd1093e2
8 changed files with 82 additions and 17 deletions
10
action.yml
10
action.yml
|
@ -29,6 +29,16 @@ inputs:
|
|||
description: Comma-separated list of components to be additionally installed for a new toolchain
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
rustc:
|
||||
description: Installed Rustc version
|
||||
rustc_hash:
|
||||
description: Installed Rustc version hash, can be used for caching purposes
|
||||
cargo:
|
||||
description: Installed Cargo version
|
||||
rustup:
|
||||
description: Installed rustup version
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue