From 52c36d1bc41f2e313249e3991856a4b252992d71 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 26 Jul 2021 12:48:25 +0800 Subject: [PATCH] Update default features --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f41b037e..02dee77e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,10 +75,6 @@ default = [ "with-rust_decimal", "mock", "with-uuid", - "sqlx-postgres", - "sqlx-mysql", - "sqlx-sqlite", - ] macros = ["sea-orm-macros"] codegen = ["sea-orm-codegen"]