Skip to content

Commit abbc3e6

Browse files
committed
re-enable stable & beta
1 parent 1a605d8 commit abbc3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
toolchain: [ 1.63.0 ] # 1.63.0 is current MSRV for vss-client
9+
toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is current MSRV for vss-client
1010
include:
1111
- toolchain: stable
1212
check-fmt: true

0 commit comments

Comments
 (0)