mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-28 11:39:07 +00:00
Be explicit with features for docs.rs
This commit is contained in:
parent
92f12e11aa
commit
daf7f6c556
@ -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…
x
Reference in New Issue
Block a user