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
Auto merge of #14279 - tweag:improved-error-message-invalid-spec-update-breaking, r=weihanglo
Improved error message when `update --breaking` invalid spec.
Improves an error message when trying to do `cargo update --breaking clap@foo`:
```
- [ERROR] expected a version like "1.32"
+ [ERROR] invalid package ID specification: `clap@foo`
+ Caused by:
+ expected a version like "1.32"
```
Related to #12425. Fixes an item [here](#12425 (comment)), as noted [here](#14049 (comment)).
0 commit comments