Skip to content

Commit

Permalink
Remove dependency on time from chrono.
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Mar 7, 2022
1 parent 8efffad commit 700b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
name = "cron"

[dependencies]
chrono = "~0.4"
chrono = { version = "~0.4", default-features = false, features = [] }
nom = "~7"
once_cell = "1.5.2"

Expand Down

0 comments on commit 700b4ef

Please sign in to comment.