From f087889abb39256dfa0b695a6128072c01cb8768 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Thu, 2 Mar 2023 15:52:22 +0100 Subject: [PATCH] remove default feat --- plugins/sql/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index 20424e9f..502cd12c 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -21,7 +21,6 @@ time = "0.3" tokio = { version = "1", features = ["sync"] } [features] -default = ["mysql"] sqlite = ["sqlx/sqlite"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] \ No newline at end of file