-
-
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
chore(deps): update cargo_toml for edition 2024 [fix #10412] #12270
Conversation
Package Changes Through af388d9There are 4 changes which include tauri-build with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-driver 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 |
thanks so much! Before i can merge this i need all commits in the PR to be signed. you can sign past commit like this. Also, could you add a changefile for |
Note that canonicalize is necessary as from_path_with_metadata lookup the parent dir in the path.
Ok, I've signed the commits (not sure of the value of such a signature with a key that I just generated for this purpose, but anyway...)
Done. (not sure if I was supposed to make up the 2.0.5 version number or let it blank ?) |
thanks again :) |
This is a follow-up on #10414.
It actually replaces
from_slice_with_metadata()
withfrom_path_with_metadata()
as suggested.Note that
canonicalize()
is necessary asfrom_path_with_metadata()
lookup the parent dir in the path to find the workspace, and there is no parent dir in a simple "Cargo.toml" path.It also updates caro_toml to 0.21, which allows using tauri-build with an edition 2024 Cargo.toml.