Skip to content

Commit e0611d3

Browse files
committed
fix: agree one a single default runtime for the whole workspace
This fixes `cargo check --workspace` and rust-analyzer. Also see <#1956>.
1 parent 2182925 commit e0611d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlx-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ remove_dir_all = "0.7.0"
4949

5050
[features]
5151
default = ["postgres", "sqlite", "mysql", "native-tls"]
52-
rustls = ["sqlx/runtime-tokio-rustls"]
53-
native-tls = ["sqlx/runtime-tokio-native-tls"]
52+
rustls = ["sqlx/runtime-async-std-rustls"]
53+
native-tls = ["sqlx/runtime-async-std-native-tls"]
5454

5555
# databases
5656
mysql = ["sqlx/mysql"]

0 commit comments

Comments
 (0)