mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 08:17:00 +05:30
rust: add rust-toolchain file
This commit is contained in:
parent
021ba2131b
commit
8e32a26a21
1 changed files with 5 additions and 0 deletions
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "stable"
|
||||||
|
components = [ "clippy", "rustfmt", "rust-src" ]
|
||||||
|
targets = [ "x86_64-unknown-linux-gnu" ]
|
||||||
|
profile = "minimal"
|
Loading…
Add table
Add a link
Reference in a new issue