build(add a toolchain.toml file)
Add rust-toolchain.toml file
This commit is contained in:
commit
4d21e8f357
1 changed files with 8 additions and 0 deletions
8
rust-toolchain.toml
Normal file
8
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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 = [ ]
|
||||
Loading…
Add table
Reference in a new issue