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

Will this crate's MSRV bump past Debian Stable? #62

Closed
notgull opened this issue Oct 11, 2023 · 5 comments
Closed

Will this crate's MSRV bump past Debian Stable? #62

notgull opened this issue Oct 11, 2023 · 5 comments

Comments

@notgull
Copy link

notgull commented Oct 11, 2023

This is a nice crate and it may be useful in the async-executor crate. However async-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)

@Amanieu
Copy link
Owner

Amanieu commented Oct 11, 2023

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.

@BurntSushi
Copy link
Contributor

BurntSushi commented Oct 11, 2023

then you should explicitly pin the version.

(And this ought to be via Cargo.lock, not via an = in Cargo.toml.)

@notgull
Copy link
Author

notgull commented Oct 12, 2023

Thank you for clarifying. Will an MSRV bump be considered a minor version break? If so I can just pin to the minor version

@Amanieu
Copy link
Owner

Amanieu commented Oct 16, 2023

Yes, I can at least guarantee that.

@notgull
Copy link
Author

notgull commented Oct 23, 2023

Yes, I can at least guarantee that.

Thanks!

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

No branches or pull requests

3 participants