I'd love to see the more rewrite (#2109) get merged. Unfortunately, there seems to be a bug in crossterm that was fixed in a version that is only compatible with Rust 1.43.0 (see #2109 (comment)). Therefore, I think we should bump the MSRV to 1.43.0.
Other drivers:
- Using attributes on
if expressions is nice for platform-specific code.
- Rust 1.42 introduced the new
Cargo.lock format, so (I think) we won't have to do cargo +1.40.0 update anymore.
I'd love to see the
morerewrite (#2109) get merged. Unfortunately, there seems to be a bug incrosstermthat was fixed in a version that is only compatible with Rust 1.43.0 (see #2109 (comment)). Therefore, I think we should bump the MSRV to 1.43.0.Other drivers:
ifexpressions is nice for platform-specific code.Cargo.lockformat, so (I think) we won't have to docargo +1.40.0 updateanymore.