[del] Update rust-toolchain file for new rustup
Rustup since version 1.23.0 supports more detailed specification.
This commit is contained in:
parent
a01445d0da
commit
4616dfee86
|
@ -1 +1,4 @@
|
|||
nightly
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["clippy", "llvm-tools-preview", "rust-src", "rustfmt"]
|
||||
targets = ["aarch64-unknown-none-softfloat"]
|
||||
|
|
Loading…
Reference in New Issue