Closed
Description
Most of libraries which I used, needed to use the lowest possible Rust version(usually support latest 10 versions, so if newest is 1.58, latest supported is 1.48)
Lofty currently require Rust 1.57.0, which is only 1 release behind official Rust release.
To pack software for Ubuntu 20.04 I need to use specific Rust version, 1 week ago it was Rust 1.53.0, but now it is Rust 1.57.0(https://packages.ubuntu.com/search?keywords=rust&searchon=names&suite=impish§ion=all)
For future I think that it would be great if lofty would pin to some older version of Rust to help to package apps which use this libraries on older/specific OS.