From f45f8d3cc43c0d96b87d0dc76fad6f4bc39dcbcc Mon Sep 17 00:00:00 2001 From: kirbylife Date: Thu, 21 Nov 2019 20:31:10 -0600 Subject: [PATCH] removed the support for sqlite --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ecd690..d14a219 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] rocket = "0.4.2" -diesel = { version = "1.0.0", features = ["postgres", "sqlite", "chrono"] } +diesel = { version = "1.0.0", features = ["postgres", "chrono"] } dotenv = "0.9.0" rand = "0.6.0" chrono = { version = "0.4.9", features = ["serde"] }