Update clippy, rustfmt and toolchain

This commit is contained in:
Maybe Waffle 2022-01-25 00:36:19 +03:00
parent 828ab07162
commit cdc8047d84
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-12-19
toolchain: nightly-2022-01-17
override: true
components: rustfmt
@ -75,7 +75,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-12-19
toolchain: nightly-2022-01-17
override: true
components: clippy

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-12-19"
channel = "nightly-2022-01-17"
components = ["rustfmt", "clippy"]
profile = "minimal"