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

chore: increase MSRV to 1.70 #6645

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: increase MSRV to 1.70 #6645

wants to merge 1 commit into from

Conversation

Darksonn
Copy link
Contributor

Mio v1 was recently released, and it requires an MSRV of 1.70.0 for various changes that mio is using to get rid of its SocketAddr type and instead use the std version. This PR proposes to bump the MSRV of Tokio to 1.70.

The main disadvantage is that debian stable is still at rustc 1.63.

Refs: #6635

@Darksonn Darksonn added the A-tokio Area: The main tokio crate label Jun 17, 2024
@carllerche
Copy link
Member

Looks like the next debian stable will have 1.75. I don't know when it will be released though.

I'm fine with whatever I guess, but we probably need to keep an LTS that works on debian stable working.

Copy link
Contributor

@Thomasdezeeuw Thomasdezeeuw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would very much help with the update to Mio v1 (#6635).

@Darksonn
Copy link
Contributor Author

@carllerche It looks like it will be ~1 year until debian stable will start using 1.75.0. I don't think we should wait for that. We can make an LTS release now, then bump the MSRV afterwards?

@carllerche
Copy link
Member

I’m fine with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants