mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix(sqlite): forward optional features correctly
This commit is contained in:
parent
2ab7565bd8
commit
06fc272c2b
@ -16,7 +16,11 @@ json = ["sqlx-core/json", "serde"]
|
||||
offline = ["sqlx-core/offline", "serde"]
|
||||
migrate = ["sqlx-core/migrate"]
|
||||
|
||||
chrono = ["dep:chrono"]
|
||||
# Type integrations
|
||||
chrono = ["dep:chrono", "sqlx-core/chrono"]
|
||||
time = ["dep:time", "sqlx-core/time"]
|
||||
uuid = ["dep:uuid", "sqlx-core/uuid"]
|
||||
|
||||
regexp = ["dep:regex"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user