Smithay / calloop

A callback-based Event Loop
MIT License
177 stars 35 forks source link

Elaborate on the MSRV policy #189

Closed notgull closed 4 months ago

notgull commented 4 months ago

Previously bumps in the MSRV were treated as breaking changes. However this is unsustainable for a stable release, as some of our dependencies take bumps in the MSRV as minor version bumps. This adds a section to the MSRV policy describing what kind of version bumps we expect to take with regards to MSRV.

The policy is mostly copied from smol.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 85.36%. Comparing base (9cc2617) to head (453b9e6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #189 +/- ## ======================================= Coverage 85.36% 85.36% ======================================= Files 14 14 Lines 1858 1858 ======================================= Hits 1586 1586 Misses 272 272 ```

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