mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix(sqlite): forward optional features correctly
This commit is contained in:
parent
2ab7565bd8
commit
06fc272c2b
1 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue