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 #14700 - kornelski:patchdash, r=weihanglo
Help with [patch.crates.io]
This catches a syntactical mistake in TOML that's easy to make by patching `[patch.crates.io]` instead of `[patch.crates-io]`.
```diff
error: failed to parse manifest at `Cargo.toml`
Caused by:
[patch] entry `crates` should be a URL or registry name
+ For crates.io, use [patch.crates-io] (with a dash)
Caused by:
invalid url `crates`: relative URL without a base
```
0 commit comments