Skip to content

Commit 200cee4

Browse files
committed
update msrv in github ci, fixup .bleep
1 parent 849d4f4 commit 200cee4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bleep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
056ea51aeea2b93e31a27569769ba900127e46a9
1+
4842474141427ccc0d962b42e31c285b203da09d

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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)

0 commit comments

Comments
 (0)