-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-dependency-resolutionArea: dependency resolution and the resolverArea: dependency resolution and the resolverA-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Depending on bincode = "1.0.0-alpha7"
produces the following error:
no matching version `^1.0.0-alpha7` found for package `bincode` (required by `whatever`)
location searched: registry https://github.com/rust-lang/crates.io-index
versions found: 0.8.0, 0.7.0, 0.6.1, ...
It doesn't mention the fact that there is a 1.0.0-alpha7
, but it has been yanked.
This can leave the user confused about whether they mistyped something, or they are just trying to depend on a yanked version.
Semi-related: https://github.com/onur/docs.rs/issues/112#issuecomment-313868337
Marwes
Metadata
Metadata
Assignees
Labels
A-dependency-resolutionArea: dependency resolution and the resolverArea: dependency resolution and the resolverA-diagnosticsArea: Error and warning messages generated by Cargo itself.Area: Error and warning messages generated by Cargo itself.S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.