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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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