Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MSRV in cargo.toml #535

Merged
merged 3 commits into from
Oct 28, 2021
Merged

Add MSRV in cargo.toml #535

merged 3 commits into from
Oct 28, 2021

Conversation

Sympatron
Copy link
Contributor

@Sympatron Sympatron commented Oct 27, 2021

This PR just sets the rust-version in cargo.toml to 1.55, because this will be our MSRV once #526 is merged.

I don't know what our MSRV was before, but I don't think it matters much once #526 lands. The previous MSRV was 1.46.

@TDHolmes
Copy link
Contributor

Does this mean we could also jump to 2021 edition? Should we do that here or a follow up

@Sympatron
Copy link
Contributor Author

Does this mean we could also jump to 2021 edition? Should we do that here or a follow up

That would need 1.56.

@TDHolmes
Copy link
Contributor

TDHolmes commented Oct 27, 2021 via email

@Sympatron
Copy link
Contributor Author

I suppose you are technically correct. Previous Rust versions will just ignore it. But there is no way around it as far as I know. I think this info will still be interesting for users and could theoretically be used for CI.

@TDHolmes
Copy link
Contributor

TDHolmes commented Oct 28, 2021 via email

@Sympatron
Copy link
Contributor Author

Done. With 2021 edition cargo will complain about 2021 not being stable below 1.56.

@TDHolmes
Copy link
Contributor

@Sympatron Update the CHANGELOG and this should be good to go!

@TDHolmes TDHolmes merged commit 1edfc6a into atsamd-rs:master Oct 28, 2021
kaizensparc pushed a commit to kaizensparc/atsamd that referenced this pull request Dec 24, 2021
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