Skip to content

Commit fc31388

Browse files
committed
Raise MSRV to 1.40.0 to use non_exhaustive
1 parent cb85513 commit fc31388

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
@@ -7,7 +7,7 @@ name: Continuous integration
77

88
env:
99
RUSTFLAGS: '--deny warnings'
10-
10+
1111
jobs:
1212
ci-linux:
1313
runs-on: ubuntu-latest
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.36.0
24+
- rust: 1.40.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

0 commit comments

Comments
 (0)