Skip to content

Commit e057c8f

Browse files
fix(ci): MSRV
1 parent 8aed9b8 commit e057c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
rust: beta
6464
- name: nightly
6565
rust: nightly
66-
- name: MSRV 1.64
67-
rust: 1.64
66+
- name: MSRV 1.70
67+
rust: 1.70
6868

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

0 commit comments

Comments
 (0)