mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Be explicit with features for docs.rs
This commit is contained in:
parent
92f12e11aa
commit
daf7f6c556
3 changed files with 1 additions and 7 deletions
|
@ -25,7 +25,7 @@ authors = [
|
|||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
features = [ "tls", "postgres", "mysql", "uuid", "chrono" ]
|
||||
|
||||
[features]
|
||||
default = [ "macros", "runtime-async-std" ]
|
||||
|
|
|
@ -12,9 +12,6 @@ authors = [
|
|||
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
unstable = []
|
||||
|
|
|
@ -12,9 +12,6 @@ authors = [
|
|||
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue