Skip to content

Commit 9326454

Browse files
committed
Fix warning about the cargo resolver to use
1 parent 0b30601 commit 9326454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/prepare.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub(crate) fn prepare_stdlib(dirs: &Dirs, rustc: &Path) {
2727
STDLIB_SRC.to_path(dirs).join("Cargo.toml"),
2828
r#"
2929
[workspace]
30+
resolver = "1"
3031
members = ["./library/sysroot"]
3132
3233
[patch.crates-io]

0 commit comments

Comments
 (0)