mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +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"
|
serde_with_macros = "1.1.0"
|
||||||
|
|
||||||
sqlx = { version = "0.4.0-beta.1", optional = true, default-features = false, features = [
|
sqlx = { version = "0.4.0-beta.1", optional = true, default-features = false, features = [
|
||||||
"runtime-tokio",
|
"runtime-tokio-native-tls",
|
||||||
"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…
Add table
Reference in a new issue