File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 056ea51aeea2b93e31a27569769ba900127e46a9
1+ 4842474141427ccc0d962b42e31c285b203da09d
Original file line number Diff line number Diff line change 88 fail-fast : false
99 matrix :
1010 # nightly, msrv, and latest stable
11- toolchain : [nightly, 1.83 .0, 1.87.0 ]
11+ toolchain : [nightly, 1.84 .0, 1.91.1 ]
1212 runs-on : ubuntu-latest
1313 # Only run on "pull_request" event for external PRs. This is to avoid
1414 # duplicate builds for PRs created from internal branches.
@@ -48,12 +48,12 @@ jobs:
4848
4949 - name : Run cargo clippy
5050 run : |
51- [[ ${{ matrix.toolchain }} != 1.87.0 ]] || cargo clippy --all-targets --all -- --allow=unknown-lints --deny=warnings
51+ [[ ${{ matrix.toolchain }} != 1.91.1 ]] || cargo clippy --all-targets --all -- --allow=unknown-lints --deny=warnings
5252
5353 - name : Run cargo audit
5454 run : |
55- [[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install --locked cargo-audit && cargo audit)
55+ [[ ${{ matrix.toolchain }} != 1.91.1 ]] || (cargo install --locked cargo-audit && cargo audit)
5656
5757 - name : Run cargo machete
5858 run : |
59- [[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install cargo-machete --version 0.7.0 && cargo machete)
59+ [[ ${{ matrix.toolchain }} != 1.91.1 ]] || (cargo install cargo-machete --version 0.7.0 && cargo machete)
You can’t perform that action at this time.
0 commit comments