Skip to content

Commit daf7f6c

Browse files
committed
Be explicit with features for docs.rs
1 parent 92f12e1 commit daf7f6c

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ authors = [
2525
]
2626

2727
[package.metadata.docs.rs]
28-
all-features = true
28+
features = [ "tls", "postgres", "mysql", "uuid", "chrono" ]
2929

3030
[features]
3131
default = [ "macros", "runtime-async-std" ]

sqlx-core/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ authors = [
1212
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
1313
]
1414

15-
[package.metadata.docs.rs]
16-
all-features = true
17-
1815
[features]
1916
default = []
2017
unstable = []

sqlx-macros/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ authors = [
1212
"Daniel Akhterov <akhterovd@gmail.com>", # daniel@launchbadge.com
1313
]
1414

15-
[package.metadata.docs.rs]
16-
all-features = true
17-
1815
[lib]
1916
proc-macro = true
2017

0 commit comments

Comments
 (0)