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
when running cargo outdated on a project that uses workspace dependencies, cargo outdated fails to recognize outdated crates from an external registry.
NOTE:
if the dependency is declared(given a version and not using the workspace flag) in the workspace member it works fine
The text was updated successfully, but these errors were encountered:
tl-flavio-barinas
changed the title
external registry not working when workspaces are used.
external registry not working when workspace dependencies are used.
Feb 14, 2023
tl-flavio-barinas
changed the title
external registry not working when workspace dependencies are used.
external registry bug when workspace dependencies are used.
Feb 14, 2023
when running
cargo outdated
on a project that uses workspace dependencies,cargo outdated
fails to recognize outdated crates from an external registry.NOTE:
if the dependency is declared(given a version and not using the workspace flag) in the workspace member it works fine
The text was updated successfully, but these errors were encountered: