Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Move toolchain back to standard nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Nov 9, 2023
1 parent 39ebb58 commit b7f6d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-11-03
toolchain: nightly
profile: minimal
override: true
components: rustfmt, clippy
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-11-03"
channel = "nightly"

0 comments on commit b7f6d7d

Please sign in to comment.