Merge pull request #170 from teloxide/update_tooling

Update clippy, rustfmt and toolchain
This commit is contained in:
Waffle Maybe 2022-01-26 09:35:30 +03:00 committed by GitHub
commit c68f9396b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"