From 0822665ea6ae3303ddbfc3f0689aac1446678556 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 2 Jul 2024 11:03:50 +0200 Subject: [PATCH] revert accidental cargo.toml change --- plugins/sql/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index bc48e385d..2def49325 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -30,7 +30,6 @@ tokio = { version = "1", features = [ "sync" ] } indexmap = { version = "2.2.6", features = [ "serde" ] } [features] -default = ["sqlite"] sqlite = [ "sqlx/sqlite", "sqlx/runtime-tokio" ] mysql = [ "sqlx/mysql", "sqlx/runtime-tokio-rustls" ] postgres = [ "sqlx/postgres", "sqlx/runtime-tokio-rustls" ]