From d991715ff1fbd906fab60dda1f70f700c9e14817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Wed, 8 Sep 2021 14:52:30 +0900 Subject: [PATCH] Switch rust-toolchain.toml over to stable --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a63c14b98..79f6f8f65 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" -# components = ["rustfmt", "rust-src"] +channel = "stable" +components = ["rustfmt", "rust-src"]