We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cb885 commit 9e1076bCopy full SHA for 9e1076b
src/prepare.rs
@@ -156,6 +156,8 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
156
|| line.contains("no matching package found")
157
|| line.contains("registry index was not found in any configuration:")
158
|| line.contains("no matching package for override ")
159
+ || (line.contains("The patch location ")
160
+ && line.contains(" does not appear to contain any packages matching the name "))
161
{
162
missing_deps = true;
163
} else if line.contains("failed to parse manifest at")
0 commit comments