Skip to content

Commit bcecfe5

Browse files
Use build-std=core instead of build-std alone
1 parent 30a7a9f commit bcecfe5

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)