Skip to content

Commit 47af095

Browse files
committed
Do not depend on changing toolchain version
If stable updates and introduces a new lint for example, that could break our CI "randomly". Thus, we do no longer depend on a mutable version of the toolchain, but on a fixed one (that now has to be updated regularly, of course). Signed-off-by: Matthias Beyer <[email protected]>
1 parent a9a4852 commit 47af095

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
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
rust:
1212
- 1.70.0
13-
- stable
13+
- 1.73.0 # stable
1414
- beta
1515

1616
steps:
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
rust:
3838
- 1.70.0
39-
- stable
39+
- 1.73.0 # stable
4040
- beta
4141
steps:
4242
- name: Checkout sources

0 commit comments

Comments
 (0)