Remove references to nightly Rust from ESP examples

This commit is contained in:
Eli Hastings 2025-04-07 09:51:52 +01:00 committed by Henrik Tjäder
parent a032fa67b0
commit f145203b54
3 changed files with 1 additions and 11 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]