time-rs / time

The most used Rust library for date and time handling.
https://time-rs.github.io
Apache License 2.0
1.1k stars 277 forks source link

Replace deserialize_any with deserialize_str in serde macro #587

Closed xamgore closed 1 year ago

xamgore commented 1 year ago

Fixes the same issue as in #466

codecov[bot] commented 1 year ago

Codecov Report

Merging #587 (21c8d45) into main (0e99ae7) will not change coverage. The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #587   +/-   ##
=====================================
  Coverage   95.8%   95.8%           
=====================================
  Files         79      79           
  Lines       8809    8809           
=====================================
  Hits        8435    8435           
  Misses       374     374           
Impacted Files Coverage Δ
time-macros/src/serde_format_description.rs 93.9% <100.0%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jhpratt commented 1 year ago

Looks good; thanks!