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 add foo, we create a version-req out of the latest version in the index. If this has a higher rust-version, then that can break for people.
Proposed Solution
Constrain the candidate versions in the index by their rust-version being lesser or equal to the current crate's rust-version.
The main question is what to do when there are no matches due to rust-version.