Specify 'runtime-tokio-native-tls' for sqlx (Cargo.toml)

This commit is contained in:
Temirkhan Myrzamadi 2020-11-24 21:17:49 +06:00
parent 89ae390dfe
commit 71df5bad3e

View file

@ -59,6 +59,7 @@ sqlx = { version = "0.4.0-beta.1", optional = true, default-features = false, fe
"runtime-tokio", "runtime-tokio",
"macros", "macros",
"sqlite", "sqlite",
"runtime-tokio-native-tls",
] } ] }
redis = { version = "0.16.0", optional = true } redis = { version = "0.16.0", optional = true }
serde_cbor = { version = "0.11.1", optional = true } serde_cbor = { version = "0.11.1", optional = true }