Skip to content

Commit dd56996

Browse files
authored
Remove channel declaration from rust-toolchain.toml (#2280)
For a workspace full of lib crates, this probably isn't necessary anyway. We'll still keep the MSRV of 1.80 currently and test PRs against it, stable, and nightly, so there really should be no harm in doing this. Besides, after updating the rust-analyzer VSCode extension, it warned me that 1.82 or newer was required. Of course, it'd be nice if it warned me before I spent a couple hours trying to resolve the situation ultimately resulting in going scorched earth on my rust installation, but 🤷‍♂️.
1 parent 0306f34 commit dd56996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust-toolchain.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[toolchain]
2-
channel = "1.80.0"
32
components = [
43
"rustc",
54
"rustfmt",

0 commit comments

Comments
 (0)