Skip to content

Commit eb86d8d

Browse files
committed
Add MSRV 1.63.0 to Github CI
1 parent 5f91e04 commit eb86d8d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
toolchain: [ stable ]
9+
toolchain:
10+
[ stable,
11+
1.63.0 # MSRV
12+
]
1013
include:
1114
- toolchain: stable
1215
check-fmt: true

0 commit comments

Comments
 (0)