[del] Update rust-toolchain file for new rustup

Rustup since version 1.23.0 supports more detailed specification.
This commit is contained in:
Berkus Decker 2020-12-03 16:48:09 +02:00
parent a01445d0da
commit 4616dfee86
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
nightly
[toolchain]
channel = "nightly"
components = ["clippy", "llvm-tools-preview", "rust-src", "rustfmt"]
targets = ["aarch64-unknown-none-softfloat"]