felipenoris / bdays

Business Days calendars for Rustaceans.
https://docs.rs/bdays
MIT License
17 stars 6 forks source link

Disable `default-features` for chrono dependency. #1

Closed tm-drtina closed 2 years ago

tm-drtina commented 2 years ago

Default features for chrono dependency includes oldtime, which loads very old version of time crate into scope. This library doesn't seem to rely on that feature, so it should be safe to remove it. User can add it back, if they need.

felipenoris commented 2 years ago

Thanks!