Build docs for all features (#32)

This commit is contained in:
Kris 2020-01-07 08:57:55 +01:00 committed by Ryan Leckey
parent fe827a3337
commit bad21b1567
3 changed files with 9 additions and 0 deletions

View File

@ -47,6 +47,9 @@ futures = "0.3.1"
async-std = { version = "1.4.0", features = [ "attributes" ] }
dotenv = "0.15.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "postgres-macros"
required-features = [ "postgres", "macros" ]

View File

@ -41,3 +41,6 @@ uuid = { version = "0.8.1", default-features = false, optional = true }
[dev-dependencies]
matches = "0.1.8"
[package.metadata.docs.rs]
all-features = true

View File

@ -36,3 +36,6 @@ sqlx = { version = "0.1.1", default-features = false, path = "../sqlx-core", pac
syn = { version = "1.0.11", default-features = false, features = [ "full" ] }
quote = { version = "1.0.2", default-features = false }
url = { version = "2.1.0", default-features = false }
[package.metadata.docs.rs]
all-features = true