From 92aa62dd4a896a7ba57e42c9897f234e13bb1860 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 19 May 2023 09:22:09 -0300 Subject: [PATCH] remove default sql feature --- plugins/sql/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index 00660c6e..da263e5f 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 = [ "sqlite" ] sqlite = ["sqlx/sqlite"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] \ No newline at end of file