From 57b2af965a15f006a602a02ee1b8e67b4b8ab372 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 24 Nov 2020 21:26:16 +0600 Subject: [PATCH] Remove the 'runtime-tokio' feature of sqlx (Cargo.toml) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a72439d2..e0e1e232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,10 +56,9 @@ pin-project = "0.4.22" serde_with_macros = "1.1.0" sqlx = { version = "0.4.0-beta.1", optional = true, default-features = false, features = [ - "runtime-tokio", + "runtime-tokio-native-tls", "macros", "sqlite", - "runtime-tokio-native-tls", ] } redis = { version = "0.16.0", optional = true } serde_cbor = { version = "0.11.1", optional = true }