-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #7191 - debris:prerelease_error_message, r=Eh2406
improve error message for unmatched prerelease dependencies fixes #7007 error message before: ``` error: no matching package named `a` found location searched: [..] perhaps you meant: a required by package `b v0.1.0 ([..])` ``` error message now ``` error: no matching package named `a` found location searched: [..] prerelease package needs to be specified explicitly a = { version = "0.1.1-alpha.0" } required by package `b v0.1.0 ([..])` ```
- home-0.5.11
- home-0.5.9
- home-0.5.5
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.82.0
- 0.81.0
- 0.80.0
- 0.79.0
- 0.78.1
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.1
- 0.72.2
- 0.72.1
- 0.72.0
- 0.71.0
- 0.70.1
- 0.70.0
- 0.69.1
- 0.69.0
- 0.68.0
- 0.67.1
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.1
- 0.63.0
- 0.62.0
- 0.61.1
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.58
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.1
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.1
- 0.46.0
- 0.45.0
- 0.44.1
- 0.44.0
- 0.43.1
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
Showing
2 changed files
with
150 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters