mgeisler / textwrap

An efficient and powerful Rust library for word wrapping text.
MIT License
446 stars 44 forks source link

Bump the minimum supported Rust version to 1.60 #515

Closed mgeisler closed 1 year ago

mgeisler commented 1 year ago

The MSRV used to be 1.56 (the first Rust 2021 release), but a dependency updated its MSRV to 1.60. This a follow-up to #180.

This will fix the recent build errors in our weekly build.