1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-14 05:06:39 +00:00
moros/rust-toolchain.toml
Vincent Ollivier e785942792
Update rust toolchain (#320)
* Update rust-toolchain file

* Remove stable features

* Update bootloader crate

* Remove toolchain from GitHub Actions

* Avoid running installer interactively

* Remove rustup component add commands
2022-04-05 12:03:31 +02:00

4 lines
91 B
TOML

[toolchain]
channel = "nightly-2022-04-04"
components = ["rust-src", "llvm-tools-preview"]