chronotope / chrono

Date and time library for Rust
Other
3.3k stars 523 forks source link

Remove rustc serialize from `chrono = "0.5"` #1549

Closed workingjubilee closed 6 months ago

workingjubilee commented 6 months ago

This removes the remnants of rustc-serialize from chrono = "0.5".

There's only one leftover offhand remark in .github/workflows/tests.yml on line 162 that I don't know what to make of.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.95%. Comparing base (83de26d) to head (bee63a1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 0.5.x #1549 +/- ## ======================================= Coverage 93.95% 93.95% ======================================= Files 37 37 Lines 16591 16591 ======================================= Hits 15588 15588 Misses 1003 1003 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pitdicker commented 6 months ago

Each one of these must have been a mistake by me when merging the 0.4 branch with the 0.5 branch 😞. Thank you!