Skip to content

Commit ea4541c

Browse files
committed
Removed support for async-std
1 parent 678e628 commit ea4541c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures = { version = "~0.3" }
2525
pin-project = { version = "~1" }
2626

2727
# SQL executor. Optional because it requires a runtime and a TLS implementation.
28-
sqlx = { version = "~0.8", optional = true, default-features = false, features = ["json", "time", "chrono", "uuid"] }
28+
sqlx = { version = "~0.8", optional = true, default-features = false, features = ["json", "time", "chrono", "uuid", "runtime-tokio"] }
2929

3030
# Logging facade
3131
log = { version = "~0.4" }
@@ -77,14 +77,6 @@ postgres-only = [
7777
"sqlx/bit-vec",
7878
]
7979

80-
# sqlx runtime
81-
async-std = [
82-
"sqlx/runtime-async-std"
83-
]
84-
tokio = [
85-
"sqlx/runtime-tokio"
86-
]
87-
8880
# sqlx tls
8981
rustls = [
9082
"sqlx/tls-rustls"

0 commit comments

Comments
 (0)