Skip to content

Commit 3c3919e

Browse files
committed
more invalid manifests
1 parent 4dbc514 commit 3c3919e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/prepare.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,13 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
154154
} else if line.contains("failed to load source for dependency")
155155
|| line.contains("no matching package named")
156156
|| 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 ")
157159
{
158160
missing_deps = true;
159161
} else if line.contains("failed to parse manifest at")
160162
|| line.contains("error: invalid table header")
163+
|| line.contains("error: invalid type: ")
161164
|| line.contains("error: cyclic feature dependency: feature ")
162165
|| line.contains("error: cyclic package dependency: package ")
163166
{

0 commit comments

Comments
 (0)