From 829b5bb33bf0215d60ac1cc7c3b87bafaa4b9a20 Mon Sep 17 00:00:00 2001 From: David Newell Date: Wed, 13 Nov 2024 15:58:17 +0000 Subject: [PATCH] bool --- rust/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml index e8a31361e9f70..2b5cb3c5910a0 100644 --- a/rust/.cargo/config.toml +++ b/rust/.cargo/config.toml @@ -1,4 +1,4 @@ [env] # Force SQLX to run in offline mode for CI. Devs can change this if they want, to live code against the DB, # but we use it at the workspace level here to allow use of sqlx macros across all crates -SQLX_OFFLINE = "false" +SQLX_OFFLINE = "true"