From e29615cb05b904892eceea51ec423518d8bcfb95 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 25 Nov 2023 14:00:17 +0100 Subject: [PATCH] feat: with offline mode 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 139e90f..13908a6 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_env_variable("SQLX_OFFLINE", "true") .with_exec(vec!["cargo", "clean"]) .with_exec(vec![ "cargo",