Remove the 'runtime-tokio' feature of sqlx (Cargo.toml)

This commit is contained in:
Temirkhan Myrzamadi 2020-11-24 21:26:16 +06:00
parent 71df5bad3e
commit 57b2af965a

View file

@ -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 }