Bump release to Rust 1.81 once sort changes shake out
Closed this issue · 1 comments
sunshowers commented
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.
sunshowers commented
Done, in 8bd85d8.