We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07729d3 commit b1e9777Copy full SHA for b1e9777
rust-toolchain.toml
@@ -1,5 +1,6 @@
1
[toolchain]
2
-channel = "stable"
+# IMPORTANT: This should match CI so it won't download the toolchain all the time.
3
+channel = "1.90"
4
components = [
5
"rustfmt",
6
"clippy",
0 commit comments