mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Set default rustup profile
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly"
|
channel = "nightly"
|
||||||
|
profile = "default"
|
||||||
targets = ["x86_64-unknown-none"]
|
targets = ["x86_64-unknown-none"]
|
||||||
components = ["rust-src", "llvm-tools-preview"]
|
components = ["rust-src", "llvm-tools-preview"]
|
||||||
|
|||||||
Reference in New Issue
Block a user