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<()> {
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 {
You can’t perform that action at this time.
0 commit comments