Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Upgrade toolchain
Newest rustc contains an important bugfix to AVR's code generator
(rust-lang/rust#98567).
  • Loading branch information
Patryk27 committed Jul 11, 2022
commit 6494918848761c5727dc8ce312e713043162da15
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-06-13"
channel = "nightly-2022-07-10"
components = ["rust-src"]
profile = "minimal"