Skip to content

Commit

Permalink
Merge pull request #43 from dimbleby/time-features
Browse files Browse the repository at this point in the history
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 :(
  • Loading branch information
Techcable authored Mar 1, 2022
2 parents c95050f + ca7ae2d commit 8c90668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nested-values = ["erased-serde", "serde", "serde_json", "slog/nested-values"]
[dependencies]
slog = "2"
atty = "0.2"
time = { version = "0.3", default-features = false, features = ["std", "macros", "formatting", "local-offset"] }
time = { version = "0.3", default-features = false, features = ["macros", "formatting"] }
thread_local = "1"
term = "0.7"
erased-serde = {version = "0.3", optional = true }
Expand Down

0 comments on commit 8c90668

Please sign in to comment.