Skip to content

Commit

Permalink
Pin to Rust 1.71.1 again, compile time regression still pretty bad
Browse files Browse the repository at this point in the history
This reverts commit fdeeee4.
rust-lang/rust#115283
  • Loading branch information
rgwood committed Jan 27, 2024
1 parent 477a93f commit ff599e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Here's some documentation on how to use this file:
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

[toolchain]
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
# https://rust-lang.github.io/rustup/concepts/profiles.html
profile = "default"
# Pin to 1.71.1 to avoid a compile time regression in 1.72.0 https://github.com/zachs18/zbus-repro/
channel = "1.71.1"

0 comments on commit ff599e2

Please sign in to comment.