diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index cd37f2ea..c65c2f6d 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -13,7 +13,7 @@ authors = [ ] [package.metadata.docs.rs] -features = ["all-databases", "all-types", "offline"] +features = ["all-databases", "all-types", "offline", "runtime-async-std-native-tls"] [features] default = [ "migrate" ]