Displays the current version of the main Rust components, after ensuring that rust-toolchain.toml is in the project directory.
steps:
- uses: giancosta86/aurora-github/actions/check-rust-versions@v10Please, note: this action is automatically run by verify-rust-crate.
-
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"
| Name | Type | Description | Default value |
|---|---|---|---|
project-directory |
string | The directory containing the toolchain file | . |