Skip to content

Commit 517ade6

Browse files
authored
Merge pull request #67 from tailhook/humantime
Use humantime instead of chrono
2 parents 4cbdba3 + 5271e78 commit 517ade6

3 files changed

Lines changed: 135 additions & 157 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["logging", "log", "logger"]
1717
log = { version = "0.4.0", features = ["std"] }
1818
regex = { version = "0.2", optional = true }
1919
termcolor = "0.3"
20-
chrono = "0.4"
20+
humantime = "1.1.0"
2121
atty = "0.2"
2222

2323
[[test]]

0 commit comments

Comments
 (0)