Skip to content

Commit 49e5079

Browse files
authored
Merge pull request #23 from nox/chrono
Disable default features of chrono
2 parents 6bf62c8 + ff37e47 commit 49e5079

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)