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…
Reference in a new issue