chore: enable all features for docs.rs

This commit is contained in:
Dmitriy Pleshevskiy 2021-10-17 15:56:28 +03:00
parent 18eaee9b16
commit 96f87b3f82
1 changed files with 3 additions and 0 deletions

View File

@ -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/*"]