Skip to content

Commit 99faa41

Browse files
committedOct 27, 2022
rust-toolchain: revert to using latest nightly
Revert to using latest nightly as the rust toolchain since the blocker issue (rust-lang/rust#101988 (comment)) has been resolved. Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
1 parent 44743b9 commit 99faa41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎rust-toolchain

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[toolchain]
2-
# https://github.com/rust-lang/rust/pull/101988#issuecomment-1272407248
3-
channel = "nightly-2022-10-07"
2+
channel = "nightly"
43
components = ["rust-src", "rustfmt", "clippy"]

0 commit comments

Comments
 (0)
Please sign in to comment.