-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to update workspace dependencies #1
Comments
This should be re-opened, as I've found this won't update your workspace projects own |
Hi @dessalines! I think what you are describing is just a feature that this CLI tool doesn't support currently. The bug related to this issue was maybe not clear enough, but was about updating the For you use-case, although it is not the best but should work, you could run the tool in every folder where there's a Let me know if I understand your comment :) |
Created a new issue #10 regarding updating deps of |
Ah yep you're correct, thx for opening up a new issue. I'll comment there. |
The updating mechanism
cargo add ...
doesn't support modifying workspace dependencies - rust-lang/cargo#10608Consider maybe instead modifying directly the
Cargo.toml
file then runningcargo check
The text was updated successfully, but these errors were encountered: