Skip to content

Commit

Permalink
toolchain: fix rustup-toolchain to specific nightly
Browse files Browse the repository at this point in the history
Uses the most recent version of nightly toolchain that compiles AVR
targets.

A regression in LLVM causes rustc to fail when compiling AVR targets.

See: rust-lang/compiler-builtins#523
  • Loading branch information
rmsyn authored and KenN7 committed Sep 15, 2023
1 parent e94d41e commit a92a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-03-24"

0 comments on commit a92a2e1

Please sign in to comment.