Skip to content

Commit c90a7ff

Browse files
committed
fix: enable clock and std features of chrono for the workspace
fixes #3332
1 parent c50572e commit c90a7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ sqlx = { version = "=0.8.0-alpha.0", path = ".", default-features = false }
132132
# These are optional unless enabled in a workspace crate.
133133
bigdecimal = "0.4.0"
134134
bit-vec = "0.6.3"
135-
chrono = { version = "0.4.34", default-features = false }
135+
chrono = { version = "0.4.34", default-features = false, features = ["std", "clock"] }
136136
ipnetwork = "0.20.0"
137137
mac_address = "1.1.5"
138138
rust_decimal = { version = "1.26.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)