zellij/rust-toolchain.toml
a-kenji dbbb0792c9 Remove Target from toolchain file.
Maybe it makes sense to not define the targets
in the file for now if we decide to use it at all -
they could be a lot and hard to maintain?
2021-02-22 18:16:23 +01:00

8 lines
266 B
TOML

# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
[toolchain]
# can be further pinned eg:
# date: "stable-2020-07-10"
# version: "nightly-1.0.0"
channel = "stable"
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
# targets = [ ]