mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix: enable clock
and std
features of chrono for the workspace
fixes #3332
This commit is contained in:
parent
c50572eef2
commit
c90a7fff49
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ sqlx = { version = "=0.8.0-alpha.0", path = ".", default-features = false }
|
|||
# These are optional unless enabled in a workspace crate.
|
||||
bigdecimal = "0.4.0"
|
||||
bit-vec = "0.6.3"
|
||||
chrono = { version = "0.4.34", default-features = false }
|
||||
chrono = { version = "0.4.34", default-features = false, features = ["std", "clock"] }
|
||||
ipnetwork = "0.20.0"
|
||||
mac_address = "1.1.5"
|
||||
rust_decimal = { version = "1.26.1", default-features = false, features = ["std"] }
|
||||
|
|
Loading…
Reference in a new issue