Skip to content

Commit 8ab9d32

Browse files
committed
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.
1 parent 8af2497 commit 8ab9d32

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)