Skip to content

Commit 9688114

Browse files
merge: #2734
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]>
2 parents 4081581 + 8ab9d32 commit 9688114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "stable"
2+
channel = "1.71.0"
33
profile = "default"

0 commit comments

Comments
 (0)