mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update the nightly
toolchain (CI)
This commit is contained in:
parent
5b2b7c23f7
commit
898ef3ab62
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue