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 looking at a crate's reverse dependencies, right now it's ordered alphabetically. This doesn't convey as much information as ordering this list by number of downloads by default, since a crate could be assumed to be "better" if the crates that depend on this crate are popular.