Skip to content

Commit

Permalink
rust-toolchain: revert to using latest nightly
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Andy-Python-Programmer committed Oct 27, 2022
1 parent 44743b9 commit 99faa41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[toolchain]
# https://github.com/rust-lang/rust/pull/101988#issuecomment-1272407248
channel = "nightly-2022-10-07"
channel = "nightly"
components = ["rust-src", "rustfmt", "clippy"]

0 comments on commit 99faa41

Please sign in to comment.