codelabsab / rust-ocpp

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

Bump to 1.0.0 🥳 #65

Closed parberge closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 76.15%. Comparing base (8ab5f80) to head (dc6bbbf). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ======================================= Coverage 76.15% 76.15% ======================================= Files 280 280 Lines 4663 4663 ======================================= Hits 3551 3551 Misses 1112 1112 ```

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

Erk- commented 1 month ago

Maybe also change maintenance = { status = "experimental" } though going by the docs it seems like it is not used so possible just remove it?

parberge commented 1 month ago

Maybe also change maintenance = { status = "experimental" } though going by the docs it seems like it is not used so possible just remove it?

@Erk- Thanks, I wasn't aware that existed. As you said crates.io doesn't care about it so I just removed it