Use --keep-going cargo flag when building build scripts

This commit is contained in:
Lukas Wirth 2022-08-09 14:31:17 +02:00
parent e1e93c4438
commit 950de7c3c3
4 changed files with 29 additions and 6 deletions

View file

@ -28,6 +28,7 @@ fn load_cargo_with_overrides(file: &str, cfg_overrides: CfgOverrides) -> CrateGr
rustc: None,
rustc_cfg: Vec::new(),
cfg_overrides,
toolchain: None,
};
to_crate_graph(project_workspace)
}