From dca2ffb5e55cab0f5f34a5f14e49a38b03ad1203 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sat, 4 Feb 2023 15:52:12 +0800 Subject: [PATCH] Update docs.rs features (#1451) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2ace09d..b41237d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]