mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update clippy, rustfmt and toolchain
This commit is contained in:
parent
828ab07162
commit
cdc8047d84
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…
Reference in a new issue