Skip to content

Commit 4d6929c

Browse files
authored
Auto merge of #249 - servo:jdm-patch-3, r=jdm
Update MSRV to 1.38.0. This is required by new versions of the `instant` crate, which `parking_lot` depends upon.
2 parents bbc7c2a + edce5dd commit 4d6929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

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

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

0 commit comments

Comments
 (0)