olliemath / chronoutil

ChronoUtil module provides powerful extensions to rust's Chrono crate.
MIT License
21 stars 9 forks source link

Remove chrono::Date support #5

Closed olliemath closed 1 year ago

olliemath commented 1 year ago

and re-enable clippy failures for deprecations.

Since chrono::Date is now deprecated, we should move support for it (in particular clippy is unhappy with its use). See https://github.com/olliemath/chronoutil/actions/runs/4841574574/jobs/8716991508?pr=3

olliemath commented 1 year ago

Done