Skip to content

Commit 02994cd

Browse files
committed
Tiding on latest working nightly rustc 2024-06-12.
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.
1 parent c094411 commit 02994cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "nightly-2024-06-12"
33
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
44
targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]

0 commit comments

Comments
 (0)