Skip to content

Commit a60f1d8

Browse files
authored
Merge pull request #11 from sylvestre/chrono
Port the crate to use chrono instead of time
2 parents f1a15ab + 1d78cc5 commit a60f1d8

File tree

4 files changed

+333
-52
lines changed

4 files changed

+333
-52
lines changed

Cargo.lock

Lines changed: 302 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ readme = "README.md"
99

1010
[dependencies]
1111
regex = "1.8"
12-
time = "0.3.20"
12+
chrono = "0.4"

0 commit comments

Comments
 (0)