Skip to content

Commit 059f3d2

Browse files
authored
Auto merge of #250 - servo:jdm-patch-4, r=jdm
Update MSRV to 1.40.0 This is needed for #239.
2 parents 7400886 + 5c3d603 commit 059f3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ env:
1515
jobs:
1616
ci:
1717
name: Run CI
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919

2020
strategy:
2121
matrix:
22-
rust: [1.38.0, nightly, beta, stable]
22+
rust: [1.40.0, nightly, beta, stable]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)