File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -154,10 +154,13 @@ fn run_command(cmd: Command) -> anyhow::Result<()> {
154
154
} else if line. contains ( "failed to load source for dependency" )
155
155
|| line. contains ( "no matching package named" )
156
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 " )
157
159
{
158
160
missing_deps = true ;
159
161
} else if line. contains ( "failed to parse manifest at" )
160
162
|| line. contains ( "error: invalid table header" )
163
+ || line. contains ( "error: invalid type: " )
161
164
|| line. contains ( "error: cyclic feature dependency: feature " )
162
165
|| line. contains ( "error: cyclic package dependency: package " )
163
166
{
You can’t perform that action at this time.
0 commit comments