add runtime-async-std-native-tls to docs.rs feature in sqlx-core

This commit is contained in:
Ryan Leckey 2020-12-18 23:30:29 -08:00
parent 0862b6e102
commit 00d3211f03
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -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" ]