aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust-toolchain.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index a63c14b9..79f6f8f6 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"]