ulyssa / modalkit

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

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

Closed covercash2 closed 17 hours ago

covercash2 commented 1 week 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 17 hours ago

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