Pick default features to fix docs.rs build of sqlx-sqlite (#3840)

This commit is contained in:
Gabriel Féron
2025-05-19 23:59:01 +02:00
committed by GitHub
parent d335f782cf
commit b27b47ce53

View File

@@ -72,3 +72,6 @@ sqlx = { workspace = true, default-features = false, features = ["macros", "runt
[lints] [lints]
workspace = true workspace = true
[package.metadata.docs.rs]
features = ["bundled", "any", "json", "chrono", "time", "uuid"]