Skip to content

Commit 9c7773c

Browse files
committed
build: update toolchain config
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent f15d510 commit 9c7773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
profile = "minimal"
33
channel = "nightly"
4-
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]
4+
components = ["rust-src", "llvm-tools", "rustfmt", "clippy"]
55
targets = ["riscv64imac-unknown-none-elf"]

0 commit comments

Comments
 (0)