mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Specify 'runtime-tokio-native-tls' for sqlx (Cargo.toml)
This commit is contained in:
parent
89ae390dfe
commit
71df5bad3e
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue