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 13c380d commit 0c1a0c4Copy full SHA for 0c1a0c4
.github/workflows/ci.yml
@@ -57,14 +57,14 @@ jobs:
57
strategy:
58
matrix:
59
include:
60
- #- name: stable
61
- # rust: stable
+ - name: stable
+ rust: stable
62
- name: beta
63
rust: beta
64
- name: nightly
65
rust: nightly
66
- #- name: MSRV 1.64
67
- # rust: 1.64
+ - name: MSRV 1.64
+ rust: 1.64
68
69
steps:
70
- uses: actions/checkout@v2
0 commit comments