Skip to content

Commit

Permalink
fix: enable clock and std features of chrono for the workspace
Browse files Browse the repository at this point in the history
fixes #3332
  • Loading branch information
abonander committed Jul 23, 2024
1 parent c50572e commit b7511ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit b7511ea

Please sign in to comment.