-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
fix: Fix bundler&cli MSRV #10499
fix: Fix bundler&cli MSRV #10499
Conversation
Package Changes Through 98ab0a9There are 9 changes which include tauri with patch, tauri-codegen with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-utils with patch, tauri-build with patch, tauri-runtime with patch, tauri-runtime-wry with patch 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 |
|
I added the bundler and cli to the msrv check and while trying to downgrade all the crates to the bundler's MSRV (1.60) it appeared that the bundler and cli were effectively already on 1.70/1.71 (both in code syntax and cargo.toml deps) and downgrading them required more changes than i'd like to do.
Therefore this isn't really a breaking change and imo should be fine to be part of a simple patch release.
1.70 is a bit over 1 year old now.
The bundler and cli msrv checks are seperate because a) i tried to adhere to 1.60 for the bundler first and b) we bump the cli msrv more often at which point a seperate check will be required anyway.