Uh oh!
There was an error while loading. Please reload this page.
Add links to OS documentation, attempt 3 - #319
Conversation
43b506d to
d6a1c42CompareDarksonn
commented
Jul 21, 2022
I notice that you have an open tracking issue for a breaking release. Is the MSRV bump happening as part of a breaking release? |
carllerche
commented
Jul 21, 2022
Socket2 bumping MSRV as an 0.x.0 release would be fine for us downstream (Tokio), but Tokio needs at a minimum 1.49.0 for socket2 0.4.x |
Thomasdezeeuw
commented
Jul 21, 2022
It's a year old so I figure it's ok, but we can bump to 0.5.x.
I though Tokio supported 6 months of Rust versions. Is this for a LTS release? |
carllerche
commented
Jul 21, 2022
@Thomasdezeeuw yes, but we also don't break MSRV in patch releases. If |
Thomasdezeeuw
commented
Jul 25, 2022
I'll start the v0.5.x version and update rustc to 1.62 (has creation of |
Thomasdezeeuw
commented
Jul 26, 2022
Created #320 for v0.5, I've updated the MSRV to 1.62, aiming to support 1.63 (for I/O safety). |
Replaces #248.
This increases MSRV to 1.54 (released nearly a year ago).