From 96f87b3f82e5b865e53000117700cea27ae3f598 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 17 Oct 2021 15:56:28 +0300 Subject: [PATCH] chore: enable all features for docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f65d08f..11e1cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,8 @@ bb8-postgres = { version = "0.7", optional = true } r2d2 = { version = "0.8", optional = true } r2d2-postgres = { package = "r2d2_postgres", version = "0.18", optional = true } +[package.metadata.docs.rs] +all-features = true + [workspace] members = ["examples/*"]