-
Notifications
You must be signed in to change notification settings - Fork 96
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
Support workspace inheritance #325
Comments
the day has come, cargo-outdated now instantly fails on packages with workspace inherited properties |
This is indeed a bummer. I just ran into the same issue in |
I don't think just updating |
Workspace inheritance was stabilized recently and set to be released in
1.64
on September 22, 2022. Currentlycargo-outdated
does not support the use of workspace inheritance and throws an error. It would be nice if this could be fixed before workspace inheritance is released but it might not be possible until the correct cargo version is released.The text was updated successfully, but these errors were encountered: