From cdd13283e07aa08d236260caa9ae35a79e23afd9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 25 Nov 2023 13:50:43 +0100 Subject: [PATCH] feat: with cargo clean Signed-off-by: kjuulh --- crates/dagger-rust/src/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/dagger-rust/src/build.rs b/crates/dagger-rust/src/build.rs index 6ed80b3..139e90f 100644 --- a/crates/dagger-rust/src/build.rs +++ b/crates/dagger-rust/src/build.rs @@ -113,6 +113,7 @@ impl RustBuild { .await?; let bin = build_container + .with_exec(vec!["cargo", "clean"]) .with_exec(vec![ "cargo", "build",