Skip to content

Commit

Permalink
Remove dependency on time from chrono. (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeron Lau <jeron.lau@smartthings.com>
  • Loading branch information
AldaronLau and AldaronLau committed Mar 24, 2022
1 parent d590ef5 commit c185bce
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 = "2021"
name = "cron"

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

Expand Down

0 comments on commit c185bce

Please sign in to comment.