Fix warning about the cargo resolver to use
This commit is contained in:
parent
0b3060138b
commit
932645473c
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue