mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Remove the 'runtime-tokio' feature of sqlx (Cargo.toml)
This commit is contained in:
parent
71df5bad3e
commit
57b2af965a
1 changed files with 1 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue