Skip to content

Commit 523380b

Browse files
committed
refactor(xtask): use cargo-rustc instead of cargo-build
1 parent 3fe6cb3 commit 523380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl Build {
3636
let mut cargo = crate::cargo();
3737
cargo
3838
.args(careful)
39-
.arg("build")
39+
.arg("rustc")
4040
.env("CARGO_ENCODED_RUSTFLAGS", self.cargo_encoded_rustflags()?)
4141
.args(self.cargo_build.artifact.arch.cargo_args())
4242
.args(self.cargo_build.cargo_build_args());

0 commit comments

Comments
 (0)