diff options
author | Blaž Hrastnik | 2021-09-08 05:52:30 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-09-08 07:34:04 +0000 |
commit | d991715ff1fbd906fab60dda1f70f700c9e14817 (patch) | |
tree | 788f2d285ce55f48f0a687213c4f9aba024eee4a | |
parent | 72cf86e4626c01c6ce2371c7b134ab7a7041620c (diff) |
Switch rust-toolchain.toml over to stable
-rw-r--r-- | rust-toolchain.toml | 4 |
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"] |