Fix the goddamn CI

This commit is contained in:
Hirrolot 2022-02-05 01:13:44 +06:00
parent 6eb243170c
commit bde566825f

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly-2021-10-24 toolchain: nightly-2022-02-02
override: true override: true
components: rustfmt components: rustfmt
@ -34,7 +34,7 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly-2021-10-24 toolchain: nightly-2022-02-02
override: true override: true
components: clippy components: clippy