-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Define an MSRV #819
Comments
How is this handled usually? Do we build and test against the latest stable and the MSRV in CI?
What do you mean by that? Would you consider it a breaking change if the MSRV is bumped? |
Yes.
There doesn't seem to be a clear answer here, at least upstream Rust hasn't taken a stance. In general though, unless defmt needs to opt in to new features, keeping MSRV as latest STABLE seems a bit silly, especially since defmt is used so widely in the ecosystem. |
I suspect we'll tie the MSRV to Ferrocene's upstream equivalents. |
|
Fixed by #871. |
The readme states the MSRV is the latest stable Rust, but I think now that defmt is a staple in the embedded-rust ecosystem you should consider picking an MSRV and only bumping when needed (and subsequently bumping the version in a semver compatible way too).
The text was updated successfully, but these errors were encountered: