Update docs.rs features (#1451)

This commit is contained in:
Billy Chan 2023-02-04 15:52:12 +08:00 committed by GitHub
parent d07f840830
commit dca2ffb5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
rust-version = "1.65"
[package.metadata.docs.rs]
features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls"]
features = ["default", "sqlx-all", "mock", "runtime-async-std-native-tls", "postgres-array", "sea-orm-internal"]
rustdoc-args = ["--cfg", "docsrs"]
[lib]