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?
8 lines
266 B
TOML
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 = [ ]
|