mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
Generate rust toolchain file - to develop (and build) (#1397)
* Generate rust toolchain file * Make track "stable" channel
This commit is contained in:
parent
ac67e53b12
commit
c7e54fa17d
1 changed files with 3 additions and 0 deletions
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
profile = "default"
|
||||
Loading…
Reference in a new issue