-
Notifications
You must be signed in to change notification settings - Fork 58
Bump edition, compiler version and dependencies #142
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
Conversation
|
Also:
|
|
In last test I run 2 rustc compiler versions (and we could do the same for |
|
@Roms1383 is there much of an extra maintenance burden to specifying an MSRV? what's the best practice for making sure the crate works on that version? is it good enough to just run the CI actions using the MSRV? |
|
MSRV or rust-version is simply the minimal Rust version required to use a crate: I haven't specified any since it would force Editions, on the other hand, are backward compatibles so it won't require any change from Finally, making sure |
|
thank you! |
If ever you feel like jumping the leap :)
20241.89.0pastetopasteyas recommended