We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57732bf commit 0096f32Copy full SHA for 0096f32
rust-toolchain.toml
@@ -1,5 +1,7 @@
1
[toolchain]
2
-channel = "nightly-2024-08-09"
+# we can probably bump nightly to 2024-08-10 when it's out, see:
3
+# https://github.com/rust-lang/rust/pull/128827
4
+channel = "nightly-2024-07-30"
5
profile = "minimal"
6
components = [
7
"clippy",
0 commit comments