-
Notifications
You must be signed in to change notification settings - Fork 46
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
Udeps currently does not support 2024 edition. #290
Comments
One way to resolve would be to use cargo from git master instead of the released cargo. So instead: cargo = "0.84.0"
cargo-util = "0.2.11" do: cargo = { git = "https://github.com/rust-lang/cargo"}
cargo-util = { git = "https://github.com/rust-lang/cargo"} Not sure if it works or if changes of cargo-udeps are needed, but usually it's pretty easy to upgrade the cargo version. In any case, on the cargo-udeps master branch I want to support edition 2024 once edition 2024 is released on stable (or a couple of days after that). |
Great, thanks @est31 💜 |
Where are those set? I.e. to what |
@virtualritz you'll need to clone |
Maybe it will be easier to just wait for stabilization of new edition, but if it's an easy fix to start support it now, would be great. I receive this error when I try to use udeps in a project which has a dependency to a crate with 2024 edition.
The text was updated successfully, but these errors were encountered: