nextest-rs/nextest

Bump release to Rust 1.81 once sort changes shake out

Closed this issue · 1 comments

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.

Done, in 8bd85d8.