toolchain: stable

This commit is contained in:
David Tolnay 2024-05-01 09:12:27 -07:00
parent d8352f6b1d
commit d388a4836f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ branding:
inputs:
toolchain:
description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification
required: true
required: false
default: stable
targets:
description: Comma-separated list of target triples to install for this toolchain
required: false