nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.14k stars 94 forks source link

Bump release to Rust 1.81 once sort changes shake out #1690

Open sunshowers opened 3 weeks ago

sunshowers commented 3 weeks ago

Rust 1.81 came out today, with a rather prominent change to the implementation of sort. Part of this is that sort may now panic if Ord is not a total order.

While this change is overall quite good (probably will expose latent issues), let's temporarily pin cargo-nextest binaries to 1.80 while ecosystem issues are worked out.