Skip to content
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

Open
Muscraft opened this issue Jul 26, 2022 · 3 comments · May be fixed by #359
Open

Support workspace inheritance #325

Muscraft opened this issue Jul 26, 2022 · 3 comments · May be fixed by #359

Comments

@Muscraft
Copy link

Workspace inheritance was stabilized recently and set to be released in 1.64 on September 22, 2022. Currently cargo-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.

@Muscraft Muscraft changed the title Support workspace inheritnace Support workspace inheritance Jul 26, 2022
@robjtede
Copy link

robjtede commented Sep 26, 2022

the day has come, cargo-outdated now instantly fails on packages with workspace inherited properties

@domenicquirl
Copy link

This is indeed a bummer. I just ran into the same issue in cargo-udeps (est31/cargo-udeps#140) and now here. Would it be possible to update the cargo dependency and resolve this?

@Muscraft
Copy link
Author

I don't think just updating cargo will help. It will make it so it won't error when encountering workspace inheritance but it won't actually check for updates in [workspace.dependencies].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants