about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build_system/prepare.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_system/prepare.rs b/build_system/prepare.rs
index e31e39a483f..3ee2e8f4a4e 100644
--- a/build_system/prepare.rs
+++ b/build_system/prepare.rs
@@ -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]