tauri icon indicating copy to clipboard operation
tauri copied to clipboard

feat: bump MSRV to 1.83

Open lucasfernog opened this issue 10 months ago • 6 comments

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

lucasfernog avatar Apr 13 '25 01:04 lucasfernog

Package Changes Through d8455da067106bb7b7db7d1c007852c0b7055f7f

There are 14 changes which include @tauri-apps/api with minor, tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-bundler 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-macos-sign with minor, tauri-driver with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.4.1 2.5.0
tauri-utils 2.3.1 2.4.0
tauri-macos-sign 2.1.0 2.2.0
tauri-bundler 2.3.1 2.4.0
tauri-runtime 2.5.1 2.6.0
tauri-runtime-wry 2.5.1 2.6.0
tauri-codegen 2.1.1 2.2.0
tauri-macros 2.1.1 2.2.0
tauri-plugin 2.1.1 2.2.0
tauri-build 2.1.1 2.2.0
tauri 2.4.1 2.5.0
@tauri-apps/cli 2.4.1 2.5.0
tauri-cli 2.4.1 2.5.0
tauri-driver 2.0.3 2.1.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

github-actions[bot] avatar Apr 13 '25 01:04 github-actions[bot]

Do we want to wait for v3? Like we sort of promised Windows 7 support for v2?

Legend-Master avatar Apr 13 '25 01:04 Legend-Master

currently our agreed standard is to keep MSRV to "latest - 3", which currently is 1.83

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 https://github.com/tauri-apps/tauri/issues/12550

FabianLars avatar Apr 13 '25 09:04 FabianLars

let's be safe and leave this for v3+, I don't want to make people angry right now 😂

lucasfernog avatar Apr 13 '25 09:04 lucasfernog

Is more aggressive version etc. 1.84 and 1.85 would be consider?

Tunglies avatar Dec 02 '25 11:12 Tunglies

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

FabianLars avatar Dec 02 '25 12:12 FabianLars