Skip to content

Commit

Permalink
build: Use stable in all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Aug 12, 2024
1 parent f84f080 commit 11f71e2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion advanced/stack-overflow-detection/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/blinky/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/button-interrupt/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/button/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/defmt/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]

2 changes: 1 addition & 1 deletion intro/dma/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/hello-world/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/http-client/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]
2 changes: 1 addition & 1 deletion intro/panic/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-11-14"
channel = "stable"
components = ["rust-src"]
targets = ["riscv32imc-unknown-none-elf"]

0 comments on commit 11f71e2

Please sign in to comment.