diff options
Diffstat (limited to 'template/fresh/rust-toolchain.toml')
| -rw-r--r-- | template/fresh/rust-toolchain.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/fresh/rust-toolchain.toml b/template/fresh/rust-toolchain.toml index 66f329f..52f2d51 100644 --- a/template/fresh/rust-toolchain.toml +++ b/template/fresh/rust-toolchain.toml @@ -1,4 +1,7 @@ +# Non-versioned on purpose: use the active system rustup channel, not a stale +# Rust version copied from this starter. + [toolchain] -channel = "1.90.0" +channel = "stable" profile = "minimal" components = ["clippy", "rustfmt"] |