Update the nightly toolchain (CI)

Former-commit-id: 898ef3ab62
This commit is contained in:
Hirrolot 2022-05-26 23:38:19 +06:00 committed by GitHub
parent b7cfd7f666
commit 93dfb00b5c

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-02-02
toolchain: nightly-2022-05-06
override: true
components: rustfmt
@ -37,7 +37,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-02-02
toolchain: nightly-2022-05-06
override: true
components: clippy
@ -65,7 +65,7 @@ jobs:
toolchain: beta
features: "--features full"
- rust: nightly
toolchain: nightly-2022-01-17
toolchain: nightly-2022-05-06
features: "--all-features"
- rust: msrv
toolchain: "1.58.0"