diff --git a/sqlx-macros/Cargo.toml b/sqlx-macros/Cargo.toml index 00437c5c..17b2b97b 100644 --- a/sqlx-macros/Cargo.toml +++ b/sqlx-macros/Cargo.toml @@ -11,10 +11,10 @@ proc-macro = true dotenv = "0.15.0" futures-preview = "0.3.0-alpha.18" proc-macro2 = "1.0.6" -sqlx = { path = "../", features = ["postgres"] } +sqlx = { path = "../" } syn = "1.0" quote = "1.0" -tokio = { version = "0.2.0-alpha.4", default-features = false, features = [ "tcp" ] } +tokio = { version = "0.2.0-alpha.4" } url = "2.1.0" [features]