You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While dry-running new Rust release (in anticipation of Rust 1.85 release) I've noticed that cargo nextest run --workspace fails on derive_refineable failing to find libstd.dylib. This can be tracked down to 1.83 - in particular this change. The culprit lies elsewhere - I've had an old version of cargo nextest in my environment; it looks like starting with Rust 1.83, we'll have to use cargo-nextest >= 0.9.72 in our CI (as it includes the fix in nextest-rs/nextest#267).
This issue is really just there for me to remember about when upgrading the Rust version in a month or so.