-
Notifications
You must be signed in to change notification settings - Fork 101
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
edition2024 errors since Rust 1.85 release #411
Comments
Sounds like we would need to bump our |
Was going to look into this today, but another kind person beat me to it. This should address the issue: #410 |
broken due to edition2024 kbknapp/cargo-outdated#411
broken due to edition2024 kbknapp/cargo-outdated#411
any plan for new release to fix this ? i saw the fix already merged |
If you need it before an official release is made you can always install the latest version from Git: $ cargo install --locked --git https://github.com/kbknapp/cargo-outdated I'm closing this issue because the merge for #410 solved the problem on my end. Thanks to all who were involved. |
broken due to edition2024 kbknapp/cargo-outdated#411
broken due to edition2024 kbknapp/cargo-outdated#411
sorry for the bump @davidhewitt but pretty please can we get a |
Yes, this is high on my list of things to do. I think likely is next week, sorry for the delay. |
This is now fixed in Arch Linux' |
Release now exists on GitHub and @kbknapp will hopefully push to crates.io shortly. 👍 |
I have a project that is using the Rust 2021 edition. After Rust 1.85 was released cargo-outdated stopped working and produced the error I provided below. Note that I ran this on both Rust 1.84 and 1.85 and this did not change the outcome. It suggests that cargo-outdated is not compatible with crates on crates.io that use the new edition.
The text was updated successfully, but these errors were encountered: