Skip to content

Commit b27b47c

Browse files
authored
Pick default features to fix docs.rs build of sqlx-sqlite (#3840)
1 parent d335f78 commit b27b47c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sqlx-sqlite/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ sqlx = { workspace = true, default-features = false, features = ["macros", "runt
7272

7373
[lints]
7474
workspace = true
75+
76+
[package.metadata.docs.rs]
77+
features = ["bundled", "any", "json", "chrono", "time", "uuid"]

0 commit comments

Comments
 (0)