mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
build(add a toolchain.toml file)
Add rust-toolchain.toml file
This commit is contained in:
commit
4d21e8f357
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…
Reference in New Issue
Block a user