Skip to content

Commit 2555404

Browse files
committed
Run CI build/tests with 1.40.0
This change makes CI run with rust 1.40.0 as minimum supported Rust version for the crate. Signed-off-by: Matthias Beyer <[email protected]>
1 parent 866ffad commit 2555404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/msrv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
rust:
12+
- 1.40.0
1213
- stable
1314
- beta
1415
- nightly
@@ -35,6 +36,7 @@ jobs:
3536
strategy:
3637
matrix:
3738
rust:
39+
- 1.40.0
3840
- stable
3941
- beta
4042
- nightly

0 commit comments

Comments
 (0)