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
I'm not sure this is a simple dupe, or if it is it's a different symptom, because this one is downgrading a manually set git dependency to an earlier published version.
I have a project that depends on both image git and image v23 for compatibility with other crates.
cargo upgrade --dry-run showed no changes related to
image
, but running cargo upgrade changed the config to:After the upgrade the config was invalid since it was depending on image v23 twice under different names.
The text was updated successfully, but these errors were encountered: