Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.06 KB

File metadata and controls

35 lines (22 loc) · 1.06 KB

check-rust-versions

Displays the current version of the main Rust components, after ensuring that rust-toolchain.toml is in the project directory.

🃏Example

steps:
  - uses: giancosta86/aurora-github/actions/check-rust-versions@v10

Please, note: this action is automatically run by verify-rust-crate.

☑️Requirements

  • the toolchain file file must exist within project-directory.

    It should include at least the required toolchain version, for example:

    [toolchain]
    channel = "1.80.0"

📥Inputs

Name Type Description Default value
project-directory string The directory containing the toolchain file .

🌐Further references