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
2734: fix(*): pin rust to 1.71.0 until compile time regression fixed r=zacharyhamm a=zacharyhamm
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 for sdf. We should stay there until a fix is released.
Co-authored-by: Zachary Hamm <[email protected]>
0 commit comments