From 913f906d8185deadb272ab5156e2880f523c00f1 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sun, 29 Mar 2020 15:54:59 -0700 Subject: [PATCH] docs: enable all database drivers and types --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7a39927..5f46d7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ authors = [ ] [package.metadata.docs.rs] -features = [ "tls", "postgres", "mysql", "uuid", "chrono", "json", "time" ] +features = [ "all" ] rustdoc-args = ["--cfg", "docsrs"] [features]