We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f91e04 commit eb86d8dCopy full SHA for eb86d8d
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,10 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- toolchain: [ stable ]
+ toolchain:
10
+ [ stable,
11
+ 1.63.0 # MSRV
12
+ ]
13
include:
14
- toolchain: stable
15
check-fmt: true
0 commit comments