Skip to content

Commit 3136633

Browse files
committed
Fix CI build
This bumps the MSRV to v1.42.0
1 parent c9db176 commit 3136633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
rust: ["1.40.0", "stable", "beta", "nightly"]
19+
rust: ["1.42.0", "stable", "beta", "nightly"]
2020
name: Check (${{ matrix.rust }})
2121
steps:
2222
- uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
rust: ["1.40.0", "stable", "beta", "nightly"]
38+
rust: ["1.42.0", "stable", "beta", "nightly"]
3939
name: Test Suite (${{ matrix.rust }})
4040
steps:
4141
- uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
rust: ["1.40.0", "stable", "beta", "nightly"]
57+
rust: ["1.42.0", "stable", "beta", "nightly"]
5858
name: Rustfmt (${{ matrix.rust }})
5959
steps:
6060
- uses: actions/checkout@v2
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
rust: ["1.40.0", "stable", "beta", "nightly"]
78+
rust: ["1.42.0", "stable", "beta", "nightly"]
7979
name: Clippy (${{ matrix.rust }})
8080
steps:
8181
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)