We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a605d8 commit abbc3e6Copy full SHA for abbc3e6
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- toolchain: [ 1.63.0 ] # 1.63.0 is current MSRV for vss-client
+ toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is current MSRV for vss-client
10
include:
11
- toolchain: stable
12
check-fmt: true
0 commit comments