mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user