From bad5c6881100ddcd13290e0578c3c71b2b4b2043 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 8 Apr 2021 19:39:39 +0800 Subject: [PATCH] Fix docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b4772b4..f656f846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = [ "database" ] keywords = [ "database", "sql", "mysql", "postgres" ] [package.metadata.docs.rs] -all-features = true +features = [] rustdoc-args = ["--cfg", "docsrs"] [lib]