We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bf62c8 + ff37e47 commit 49e5079Copy full SHA for 49e5079
Cargo.toml
@@ -20,7 +20,7 @@ default = []
20
slog = { version = "2.1.1" }
21
serde_json = "1"
22
serde = "1"
23
-chrono = "0.4"
+chrono = { version = "0.4", default-features = false, features = ["clock"] }
24
erased-serde = {version = "0.3", optional = true }
25
26
[dev-dependencies]
0 commit comments