Fix warning about the cargo resolver to use

This commit is contained in:
bjorn3 2023-06-19 17:36:32 +00:00
parent 0b3060138b
commit 932645473c

View File

@ -27,6 +27,7 @@ pub(crate) fn prepare_stdlib(dirs: &Dirs, rustc: &Path) {
STDLIB_SRC.to_path(dirs).join("Cargo.toml"),
r#"
[workspace]
resolver = "1"
members = ["./library/sysroot"]
[patch.crates-io]