mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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",
|
||||
"macros",
|
||||
"sqlite",
|
||||
"runtime-tokio-native-tls",
|
||||
] }
|
||||
redis = { version = "0.16.0", optional = true }
|
||||
serde_cbor = { version = "0.11.1", optional = true }
|
||||
|
|
Loading…
Reference in a new issue