File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ 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:" )
157158 {
158159 missing_deps = true ;
159160 } else if line. contains ( "failed to parse manifest at" )
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ test_prepare_error_stderr!(
306306test_prepare_error_stderr ! (
307307 test_invalid_cargotoml_missing_registry_config,
308308 "invalid-cargotoml-missing-registry-config" ,
309- BrokenDependencies ,
309+ MissingDependencies ,
310310 "registry index was not found in any configuration: `will-be-removed`"
311311) ;
312312
You can’t perform that action at this time.
0 commit comments