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 cargo workspaces #28

Closed
euclio opened this issue Nov 2, 2016 · 3 comments · Fixed by #51
Closed

Support cargo workspaces #28

euclio opened this issue Nov 2, 2016 · 3 comments · Fixed by #51

Comments

@euclio
Copy link

euclio commented Nov 2, 2016

It would be nice to provide a flag to view outdated dependencies for the entire workspace.

@kbknapp
Copy link
Owner

kbknapp commented Dec 3, 2016

Hmm I'm not super familar with cargo workspaces yet. Let me look into this once I've knocked out a few bugs and updated the code.

@mbrubeck
Copy link
Contributor

rust-lang/cargo#3704 suggests that the best way to do this is by parsing the JSON output of cargo metadata rather than the Cargo.lock file. The main difference in a workspace is that there may not be a "root" package.

@SergioBenitez
Copy link

I just want to chime in and say that this would be incredibly useful! I use cargo outdated quite a bit. Rocket has plenty of example crates (~30), and it would be nice to use cargo outdated --all (or something similar) to check whether all of their dependencies are up to date.

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

Successfully merging a pull request may close this issue.

4 participants