From 18800b6e2add9933e6ce869791ac80cda005121e Mon Sep 17 00:00:00 2001 From: Jesper Axelsson Date: Fri, 17 Apr 2020 09:54:28 +0200 Subject: [PATCH] Only set features from features... --- cargo-sqlx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-sqlx/Cargo.toml b/cargo-sqlx/Cargo.toml index dd884284..86984fcc 100644 --- a/cargo-sqlx/Cargo.toml +++ b/cargo-sqlx/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] dotenv = "0.15" tokio = { version = "0.2", features = ["macros"] } -sqlx = { version = "0.3", path = "..", default-features = false, features = [ "runtime-tokio", "postgres" ] } +sqlx = { version = "0.3", path = "..", default-features = false, features = [ "runtime-tokio" ] } futures = "0.3" structopt = "0.3" chrono = "0.4"