Merge pull request #134 from cndoit18/add-devcontainer
feat: support devcontainer
This commit is contained in:
parent
89f8a52636
commit
f2c7dcc72b
4 changed files with 47 additions and 19 deletions
|
@ -3,3 +3,4 @@ profile = "minimal"
|
|||
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
|
||||
channel = "nightly-2024-01-18"
|
||||
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
|
||||
targets = ["riscv64gc-unknown-none-elf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue