Skip to content

Commit 28dd69f

Browse files
committed
Fix: Run clippy with exact toolchains
Signed-off-by: Matthias Beyer <[email protected]>
1 parent d7c1656 commit 28dd69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msrv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
rust:
9898
- 1.66.0
99-
- stable
99+
- 1.73.0
100100
steps:
101101
- name: Checkout sources
102102
uses: actions/[email protected]
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
rust:
120120
- 1.66.0
121-
- stable
121+
- 1.73.0
122122

123123
steps:
124124
- name: Checkout sources

0 commit comments

Comments
 (0)