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
In rust-lang/crates.io#5066 there are plans for the official index to be normalized to match the crates.io database. This unfortunately creates a lot of churn in the index. By churn I mean sorting the entries by version number, sorting the features, sorting the deps, etc. None of this should be semantically meaningful, but may lead to weird bugs in this crate.
This issue is to make sure that this crate handles these changes gracefully, hopefully before the index normalization is actually performed.