Skip to content

Commit

Permalink
fix(build): lock nightly toolchain
Browse files Browse the repository at this point in the history
See-also: #29
  • Loading branch information
andelf committed Jun 20, 2024
1 parent 56de16c commit 91eb59d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/ch32l103/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imac-unknown-none-elf"]
2 changes: 2 additions & 0 deletions examples/ch32v003/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2024-06-12"
3 changes: 3 additions & 0 deletions examples/ch32v103/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imac-unknown-none-elf"]
3 changes: 3 additions & 0 deletions examples/ch32v203/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imac-unknown-none-elf"]
3 changes: 3 additions & 0 deletions examples/ch32v208/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imac-unknown-none-elf"]
3 changes: 3 additions & 0 deletions examples/ch32v305/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imafc-unknown-none-elf"]
3 changes: 3 additions & 0 deletions examples/ch32v307/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imafc-unknown-none-elf"]
3 changes: 3 additions & 0 deletions examples/ch32x035/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
targets = ["riscv32imac-unknown-none-elf"]
2 changes: 2 additions & 0 deletions examples/ch641/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2024-06-12"

0 comments on commit 91eb59d

Please sign in to comment.