stevedonovan / chrono-english

Converting informal English dates (like `date` command) to chrono DateTime in Rust
MIT License
57 stars 14 forks source link

chrono-english doesn't depend on chrono `clock` feature #28

Open erickt opened 7 months ago

erickt commented 7 months ago

While the chrono-engligh tests depend on the clock feature, it's not used as part of the non-test chrono-english. This turns off the feature to reduce the dependencies needed by downstream libraries and applications.