feat: bump MSRV to 1.90 - #13221
Conversation
previous MSRV change was introduced by #11205 to follow the ecosystem and keep our dependencies up to date we must update our MSRV currently our agreed standard is to keep MSRV to "latest - 3", which currently is 1.83
Package Changes Through ce052f0There are 12 changes which include tauri with minor, tauri-utils with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-build with minor, tauri-cli with minor, tauri-macos-sign with minor, tauri-bundler with minor, tauri-driver with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Do we want to wait for v3? Like we sort of promised Windows 7 support for v2? |
When did we agree to that? I always felt like the wg disagreed with me when i talked about this x) This indeed virtually drops windows 7/8 support because the win7 rust target doesn't work in tauri (at least not for me and the others who tried it with me). Maybe we should follow through with what we've semi-promised and rush gtk4 migration and therefore tauri v3. fwiw #12550 |
|
let's be safe and leave this for v3+, I don't want to make people angry right now 😂 |
|
Is more aggressive version etc. 1.84 and 1.85 would be consider? |
|
Yes, when we will merge this PR it will likely be higher than 1.83 - it was just the most recent & compatible when the PR was opened |
|
The clippy error will be fixed in #15586, let's just focus on the version bumps in this PR. |
* feat: bump MSRV to 1.83 previous MSRV change was introduced by tauri-apps#11205 to follow the ecosystem and keep our dependencies up to date we must update our MSRV currently our agreed standard is to keep MSRV to "latest - 3", which currently is 1.83 * bump to 1.90 --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
previous MSRV change was introduced by #11205
to follow the ecosystem and keep our dependencies up to date we must update our MSRV
currently our agreed standard is to keep MSRV to "latest - 3", which currently is 1.83