mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 15:27:01 +05:30
rust: add rust-toolchain file
This commit is contained in:
parent
1d565c1ff0
commit
5590532cff
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