Skip to content

Commit

Permalink
Merge pull request #34 from 9names/toolchain-add-rust-src
Browse files Browse the repository at this point in the history
fix(build): add common toolchain components
  • Loading branch information
andelf authored Jun 30, 2024
2 parents 2ee0af2 + e1a65de commit 5df0e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/ch32v003/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
components = [ "rust-src", "rustfmt", "llvm-tools" ]
1 change: 1 addition & 0 deletions examples/ch641/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[toolchain]
channel = "nightly-2024-06-12"
components = [ "rust-src", "rustfmt", "llvm-tools" ]

0 comments on commit 5df0e89

Please sign in to comment.