From 15458fa9d6f46a3c55fe39c166174e7ed65fa5b4 Mon Sep 17 00:00:00 2001 From: Austin Bonander Date: Thu, 16 Mar 2023 17:11:46 -0700 Subject: [PATCH] fix: update docs.rs features metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65e7dccc..fd699de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ authors.workspace = true repository.workspace = true [package.metadata.docs.rs] -features = ["all", "runtime-tokio-native-tls"] +features = ["all-databases", "_unstable-all-types"] rustdoc-args = ["--cfg", "docsrs"] [features]