1
Fork 0

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"), STDLIB_SRC.to_path(dirs).join("Cargo.toml"),
r#" r#"
[workspace] [workspace]
resolver = "1"
members = ["./library/sysroot"] members = ["./library/sysroot"]
[patch.crates-io] [patch.crates-io]