nbari / cron-parser

cron parser
https://docs.rs/cron-parser/latest/cron_parser/
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

For cron_parser itself, default chrono features aren't needed. #4

Closed tyrylu closed 1 year ago

tyrylu commented 1 year ago

This gets rid of a cargo audit error for the time crate. Note that tests at least need the clock feature, so that's the reason for the two entries.

nbari commented 1 year ago

Hi @tyrylu can you share how you get the error? (thanks for the PR)

tyrylu commented 1 year ago

About the audit, just install cargo-audit and run it on the codebase.