-
Notifications
You must be signed in to change notification settings - Fork 44
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
Will this crate's MSRV bump past Debian Stable? #62
Comments
This crate doesn't get many updates, it is mostly a "finished product". With that said, I don't want to guarantee that the MSRV will never change in the future. If you need something to work on an ancient version of Rust then you should explicitly pin the version. |
(And this ought to be via |
Thank you for clarifying. Will an MSRV bump be considered a minor version break? If so I can just pin to the minor version |
Yes, I can at least guarantee that. |
Thanks! |
This is a nice crate and it may be useful in the
async-executor
crate. Howeverasync-executor
follows a strict Debian Stable-based MSRV policy. Do you foresee a future where the MSRV for this crate is bumped past Debian Stable? (Currently 1.63)The text was updated successfully, but these errors were encountered: