Skip to content

Commit 1a612bb

Browse files
committed
Auto merge of #3292 - GuillaumeGomez:build-std-core, r=JohnTitor
Use `build-std=core` instead of `build-std` alone Should help with #3289.
2 parents eac3b2e + bcecfe5 commit 1a612bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ targets = [
124124
"x86_64-unknown-redox",
125125
"x86_64-wrs-vxworks"
126126
]
127-
cargo-args = ["-Zbuild-std"]
127+
cargo-args = ["-Zbuild-std=core"]
128128

129129
[dependencies]
130130
rustc-std-workspace-core = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)