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 #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 ```
- Loading branch information