fix: agree one a single default runtime for the whole workspace (#1988)

This fixes `cargo check --workspace` and rust-analyzer.

Also see <https://github.com/launchbadge/sqlx/discussions/1956>.
This commit is contained in:
Marco Neumann
2022-07-28 22:15:40 +02:00
committed by GitHub
parent 29073cbe84
commit 05d64fb722
20 changed files with 51 additions and 89 deletions

View File

@@ -13,7 +13,7 @@ authors = [
]
[package.metadata.docs.rs]
features = ["all-databases", "all-types", "offline", "runtime-async-std-native-tls"]
features = ["all-databases", "all-types", "offline", "runtime-tokio-native-tls"]
[features]
default = ["migrate"]