Skip to content

Commit 9bd220d

Browse files
committed
ci: bump MSRV
Required to support the #[non_exhaustive] attribute.
1 parent 360fb33 commit 9bd220d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
include:
1818
# Test MSRV
19-
- rust: 1.38.0
19+
- rust: 1.40.0
2020

2121
# Test nightly but don't fail
2222
- rust: nightly

0 commit comments

Comments
 (0)