This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
use minimal supported rust version rust-version
from Cargo.toml
#206
Labels
enhancement
New feature or request
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
Rust 1.56 added the Cargo manifest key
rust-version
to indicate the minimal supported rust version (MSRV).It would be nice to only configure this only in a single location and use it automatically from ci.
Workflow example
The big question is probably how this would be useful as a config.
Adding a special key for this might be easier to understand but is error prone and has many unclear states.
providing a special value to the toolchain value is also not as nice as I would like it to be.
The text was updated successfully, but these errors were encountered: