ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
58 stars 8 forks source link

Update `crossterm` and `ratatui` dependencies and bump MSRV to 1.74 #150

Closed covercash2 closed 1 month ago

covercash2 commented 1 month ago

just a quick fix bringing this up-to-date with the upstream ratatui crate.

i mostly wanted this change for compatibility with events

ulyssa commented 1 month ago

Thank you for updating these! It looks like the newer ratatui crate needs Rust 1.74, so I've bumped the MSRV.