Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Jan 10, 2024
1 parent 0f77875 commit 1d56886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/wasm-builder/src/cargo_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ impl CargoCommand {
/// Execute the `cargo` command with invoking supplied arguments.
pub fn run(&self) -> Result<()> {
let mut cargo = Command::new(&self.path);

cargo
.arg("run")
.arg(self.toolchain.raw_toolchain_str().as_ref())
Expand Down

0 comments on commit 1d56886

Please sign in to comment.