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] [toolchain]
channel = "nightly" channel = "stable"
# components = ["rustfmt", "rust-src"] components = ["rustfmt", "rust-src"]