Skip to content

Commit

Permalink
Upgrade day-to-day toolchain to current stable.
Browse files Browse the repository at this point in the history
This doesn't affect the MSRV, or users; just gets me a nicer dev
experience.
  • Loading branch information
cbiffle committed Sep 20, 2024
1 parent ba7a59d commit 0bf74af
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,5 +1,5 @@
[toolchain]
channel = "1.78"
channel = "1.81"
targets = [ "thumbv7em-none-eabihf", "thumbv7m-none-eabi", "thumbv6m-none-eabi" ]
profile = "minimal"
components = [ "rustfmt", "rust-analyzer", "clippy" ]

0 comments on commit 0bf74af

Please sign in to comment.