Switch rust-toolchain.toml over to stable

This commit is contained in:
Blaž Hrastnik 2021-09-08 14:52:30 +09:00
parent 72cf86e462
commit d991715ff1

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
# components = ["rustfmt", "rust-src"]
channel = "stable"
components = ["rustfmt", "rust-src"]