Skip to content

Commit

Permalink
fix(*): pin rust to 1.71.0 until compile time regression fixed
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zacharyhamm committed Sep 8, 2023
1 parent 8af2497 commit 8ab9d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.71.0"
profile = "default"

0 comments on commit 8ab9d32

Please sign in to comment.