Skip to content

Commit

Permalink
Tiding on latest working nightly rustc 2024-06-12.
Browse files Browse the repository at this point in the history
Current rust embedded eco system has problem since rustc nightly 2024-06-13.
This would be related with this report embassy-rs/static-cell#16
Checked some of rust embedded project pass compile on 2024-06-12 include this repo.
  • Loading branch information
pmnxis committed Sep 11, 2024
1 parent c094411 commit 02994cd
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,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-06-12"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]

0 comments on commit 02994cd

Please sign in to comment.