ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.82k stars 263 forks source link

chore(deps): use instabilty instead of stabilty #1208

Closed joshka closed 1 week ago

joshka commented 1 week ago

https://github.com/ratatui-org/instability

joshka commented 1 week ago

Forked stability to instability and applied the PR which enables use statements to be marked as unstable. This means that we can make entire modules unstable (we need this for the AnsiBuffer PR to work properly).

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 94.4%. Comparing base (3e7458f) to head (7369454). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1208 +/- ## ===================================== Coverage 94.4% 94.4% ===================================== Files 62 62 Lines 15048 15048 ===================================== Hits 14217 14217 Misses 831 831 ```

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