mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Switch rust-toolchain.toml over to stable
This commit is contained in:
parent
72cf86e462
commit
d991715ff1
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
# components = ["rustfmt", "rust-src"]
|
||||
channel = "stable"
|
||||
components = ["rustfmt", "rust-src"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue