Skip to content

Commit 0c1a0c4

Browse files
ci: start testing on 1.64
1 parent 13c380d commit 0c1a0c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
#- name: stable
61-
# rust: stable
60+
- name: stable
61+
rust: stable
6262
- name: beta
6363
rust: beta
6464
- name: nightly
6565
rust: nightly
66-
#- name: MSRV 1.64
67-
# rust: 1.64
66+
- name: MSRV 1.64
67+
rust: 1.64
6868

6969
steps:
7070
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)