diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 644ae933..072121fe 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,5 @@ [toolchain] channel = "nightly" +profile = "default" targets = ["x86_64-unknown-none"] components = ["rust-src", "llvm-tools-preview"]