console-rs / console

A rust console and terminal abstraction
MIT License
961 stars 113 forks source link

ci: Force older version of unicode-width for MSRV #215

Open waywardmonkeys opened 5 months ago

waywardmonkeys commented 5 months ago

unicode-width 0.1.13 added code which didn't compile with Rust 1.56

waywardmonkeys commented 5 months ago

This should fix the failure seen in #213 and #214.