You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
The version indicator and quick link to docs is very useful, thanks, However, most of my crates are in workspaces and I really miss that value for inherited dependencies e.g.
It would be a great improvement just to offer a read-only indicator/hover for inherited dependencies. Full workspace support would look like:
When viewing member Cargo.toml
high - show version indicator & hover menu for inherited dependencies
high - allow updating the version specified in the workspace
high - promote explicit member dependency to the workspace and inherit
low - replace inherited workspace dependency with explicit version
low - hint indicator if an explicit dependency is also specified in the workspace
When viewing workspace Cargo.toml
low - add a subtle count of how many members using the dependency to the indicator
low - in the hover: list the members that use the dependency
Would you be interested in a PR?
The text was updated successfully, but these errors were encountered:
The version indicator and quick link to docs is very useful, thanks, However, most of my crates are in workspaces and I really miss that value for inherited dependencies e.g.
It would be a great improvement just to offer a read-only indicator/hover for inherited dependencies. Full workspace support would look like:
When viewing member Cargo.toml
When viewing workspace Cargo.toml
Would you be interested in a PR?
The text was updated successfully, but these errors were encountered: