Skip to content

Commit b86cb83

Browse files
committed
MAINT: Try MSRV 1.49
1 parent fdb9618 commit b86cb83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ env:
1414
jobs:
1515
tests:
1616
runs-on: ubuntu-latest
17+
continue-on-error: true
1718
strategy:
1819
matrix:
1920
rust:
2021
- stable
2122
- beta
2223
- nightly
23-
- 1.42.0 # MSRV
24+
- 1.48.0 # MSRV
25+
- 1.49.0 # MSRV
2426

2527
steps:
2628
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)