-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Earlier, android-activity
bumped its MSRV to 1.68.1 in rust-mobile/android-activity#103. This means that winit
's MSRV is now effectively 1.68.1 as well. While discussing this in chat, it occurred to me that winit
, @rust-windowing and @rust-mobile not have an official MSRV policy.
I've heard conflicting answers from different maintainers about how they enforce the MSRV, ranging from a seven month rolling release window to pinning to various Linux distro's supported versions. I think that a policy should be standardized not only in winit
, but also across all repos in @rust-windowing and @rust-mobile. This would prevent the situation linked above from happening.
Edit by @madsmtm to make it visible for newcomers: This has been discussed before in #1075.