Skip to content

Commit 8c90668

Browse files
authored
Merge pull request #43 from dimbleby/time-features
remove unused time features This is fine to merge right now. I want to look at #44 more closely because it addresses a very serious bug However, I'm not sure the solution works because I get an error on my local machine and on Github Actions :(
2 parents c95050f + ca7ae2d commit 8c90668

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
@@ -25,7 +25,7 @@ nested-values = ["erased-serde", "serde", "serde_json", "slog/nested-values"]
2525
[dependencies]
2626
slog = "2"
2727
atty = "0.2"
28-
time = { version = "0.3", default-features = false, features = ["std", "macros", "formatting", "local-offset"] }
28+
time = { version = "0.3", default-features = false, features = ["macros", "formatting"] }
2929
thread_local = "1"
3030
term = "0.7"
3131
erased-serde = {version = "0.3", optional = true }

0 commit comments

Comments
 (0)