Skip to content

Commit

Permalink
build: update toolchain config
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <[email protected]>
  • Loading branch information
YdrMaster committed Feb 10, 2024
1 parent f15d510 commit 9c7773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
profile = "minimal"
channel = "nightly"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
targets = ["riscv64imac-unknown-none-elf"]

0 comments on commit 9c7773c

Please sign in to comment.