From 00d3211f034d880721cf5e3c2173da9f44986a26 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 18 Dec 2020 23:30:29 -0800 Subject: [PATCH] add runtime-async-std-native-tls to docs.rs feature in sqlx-core --- sqlx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]