rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
120 stars 19 forks source link

chore(ci): Use Cargo package metadata for the MSRV build job #95

Closed nickelc closed 1 year ago

nickelc commented 1 year ago

The MSRV for the build jobs is now retrieved from the Cargo package metadata via cargo metadata & jq. This will reduce the changes needed for future version bumps.