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
fix(*): pin rust to 1.71.0 until compile time regression fixed
Rust 1.72.0 introduced compile time regressions for async heavy code:
rust-lang/rust#115283
Reverting to 1.71.0 gets us back to reasonable compile times. We should
stay there until a fix is released.
0 commit comments