diff --git a/crates/fj-host/src/lib.rs b/crates/fj-host/src/lib.rs index f3d3847bf..c0d227fd1 100644 --- a/crates/fj-host/src/lib.rs +++ b/crates/fj-host/src/lib.rs @@ -90,7 +90,7 @@ impl Model { let mut command_root = Command::new("cargo"); let command = command_root - .arg("build") + .arg("rustc") .args(["--manifest-path", &manifest_path]); let cargo_output = command.output()?;