Skip to content

add MSRV check to CI#80

Merged
Byron merged 1 commit intoByron:mainfrom
danieleades:msrv
Aug 20, 2024
Merged

add MSRV check to CI#80
Byron merged 1 commit intoByron:mainfrom
danieleades:msrv

Conversation

@danieleades
Copy link
Contributor

@danieleades danieleades commented Aug 20, 2024

Adds an MSRV check to CI.

Checking the MSRV ensures that the minimum compiler version for this project is not inadvertently (/unintentionally) bumped by changes to dependencies or syntax.

I found the MSRV using cargo-msrv. Using cargo-no-dev-deps ensures that the dev dependencies don't contribute to the MSRV

@danieleades danieleades mentioned this pull request Aug 20, 2024
Copy link
Owner

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

It's very interesting that the MSRV is this high - I definitely wasn't aware.

@Byron Byron merged commit 08ffcb8 into Byron:main Aug 20, 2024
@danieleades danieleades deleted the msrv branch August 20, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants