mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Merge pull request #170 from teloxide/update_tooling
Update clippy, rustfmt and toolchain
This commit is contained in:
commit
c68f9396b6
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2021-12-19"
|
||||
channel = "nightly-2022-01-17"
|
||||
components = ["rustfmt", "clippy"]
|
||||
profile = "minimal"
|
||||
|
|
Loading…
Add table
Reference in a new issue