Skip to content

Commit

Permalink
Auto merge of #3292 - GuillaumeGomez:build-std-core, r=JohnTitor
Browse files Browse the repository at this point in the history
Use `build-std=core` instead of `build-std` alone

Should help with #3289.
  • Loading branch information
bors committed Jul 9, 2023
2 parents eac3b2e + bcecfe5 commit 1a612bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -124,7 +124,7 @@ targets = [
"x86_64-unknown-redox",
"x86_64-wrs-vxworks"
]
cargo-args = ["-Zbuild-std"]
cargo-args = ["-Zbuild-std=core"]

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

0 comments on commit 1a612bb

Please sign in to comment.