codelabsab / rust-ocpp

Libraries for ocpp 1.6 and 2.0.1
https://docs.rs/rust-ocpp/latest/rust_ocpp/
Apache License 2.0
67 stars 16 forks source link

remove unneeded chrono features #9

Closed elwerene closed 2 years ago

elwerene commented 2 years ago

This removes the old time crate which does not compile on some platforms like esp32

codecov-commenter commented 2 years ago

Codecov Report

Merging #9 (abf47bb) into main (f9e97a6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #9   +/-   ##
=======================================
  Coverage   84.14%   84.14%           
=======================================
  Files         281      281           
  Lines        4832     4832           
=======================================
  Hits         4066     4066           
  Misses        766      766           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

tommymalmqvist commented 2 years ago

Thank you for this