Skip to content

Commit 80245f9

Browse files
committed
Drop time/nested-values feature
It is not needed thanks to PR #30
1 parent ae5bdba commit 80245f9

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
@@ -29,7 +29,7 @@ slog = { version = "2.1.1" }
2929
serde_json = "1"
3030
serde = "1"
3131
erased-serde = {version = "0.3", optional = true }
32-
time = { version = "0.3.6", features = ["formatting", "local-offset"] }
32+
time = { version = "0.3.6", features = ["formatting"] }
3333

3434
[dev-dependencies]
3535
slog-async = "2"

0 commit comments

Comments
 (0)