Enable all features for sqlx-core on docs.rs

This commit is contained in:
Joshua Nelson 2020-10-13 13:32:46 -04:00 committed by Austin Bonander
parent 20d65a8248
commit 591d33b877

View File

@ -12,6 +12,9 @@ authors = [
"Daniel Akhterov <akhterovd@gmail.com>",
]
[package.metadata.docs.rs]
features = ["all-databases", "all-types", "offline"]
[features]
default = [ "runtime-async-std", "migrate" ]
migrate = [ "sha2", "crc" ]