Skip to content

Commit

Permalink
Revert "fix(ci): downgrade nightly to 2023-03-14 (#1790)"
Browse files Browse the repository at this point in the history
This reverts commit 00bcb21.
  • Loading branch information
rkrasiuk authored Mar 17, 2023
1 parent 1711d80 commit 04f38bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-03-14
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 04f38bb

Please sign in to comment.