Set default rustup profile

This commit is contained in:
Philipp Oppermann
2023-04-30 17:16:23 +02:00
parent a4b2b853b9
commit 51e0dc1b63

View File

@@ -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"]