mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Build docs for all features (#32)
This commit is contained in:
parent
fe827a3337
commit
bad21b1567
@ -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" ]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user