macrotest icon indicating copy to clipboard operation
macrotest copied to clipboard

v1.0.9 violates MSRV

Open Emoun opened this issue 3 years ago • 0 comments
trafficstars

Version 1.0.9 of macrotest introduced the use of prettyplease crate. See #78.

Problem is, all versions of prettyplease use edition 2021, meaning the earliest rustc version that will work now is 1.56 (the version introducing edition 2021). Since this crate officially has an MSRV of 1.34, version 1.0.9 is violating it. In my opinion v1.0.9 should be yanked from crates.io. There should probably also be some testing happening for whether the MSRV is upheld so this doesn't happen again.

Emoun avatar Jul 08 '22 15:07 Emoun