Skip to content

Commit ff37e47

Browse files
committed
1 parent 6bf62c8 commit ff37e47

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
@@ -20,7 +20,7 @@ default = []
2020
slog = { version = "2.1.1" }
2121
serde_json = "1"
2222
serde = "1"
23-
chrono = "0.4"
23+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2424
erased-serde = {version = "0.3", optional = true }
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)