aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c6/rust-toolchain.toml
diff options
context:
space:
mode:
authorEli Hastings <eli@seagen.io>2025-04-07 09:51:52 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-04-07 21:11:21 +0000
commitf145203b549b2e727e3100c8a8d3453599350f6a (patch)
treeb8295b27f8e8800e8f757dc3cffebe78ac2e1271 /examples/esp32c6/rust-toolchain.toml
parenta032fa67b0f97b73b7cbbef038016af841f7d482 (diff)
Remove references to nightly Rust from ESP examples
Diffstat (limited to 'examples/esp32c6/rust-toolchain.toml')
-rw-r--r--examples/esp32c6/rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/esp32c6/rust-toolchain.toml b/examples/esp32c6/rust-toolchain.toml
index 236ba12..3951889 100644
--- a/examples/esp32c6/rust-toolchain.toml
+++ b/examples/esp32c6/rust-toolchain.toml
@@ -1,4 +1,4 @@
[toolchain]
-channel = "nightly-2023-11-14"
+channel = "stable"
components = ["rust-src"]
targets = ["riscv32imac-unknown-none-elf"]