Skip to content

Commit 786bbbb

Browse files
committed
Update MSRV to 1.44.0
Because of a (transitive) dependency (bitvec 0.19.x) that needs at least 1.44.0, we also depend on that version as the MSRV. Signed-off-by: Matthias Beyer <[email protected]>
1 parent 2555404 commit 786bbbb

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12-
- 1.40.0
12+
- 1.44.0
1313
- stable
1414
- beta
1515
- nightly
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
rust:
39-
- 1.40.0
39+
- 1.44.0
4040
- stable
4141
- beta
4242
- nightly

0 commit comments

Comments
 (0)