Skip to content

Commit 056d2cd

Browse files
committed
workaround ci msrv issue
1 parent 68228a6 commit 056d2cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
uses: actions-rs/cargo@v1
7878
with: { command: generate-lockfile }
7979

80+
- name: workaround MSRV issues
81+
if: matrix.version != 'stable'
82+
run: |
83+
cargo update -p=time --precise=0.3.13
84+
8085
- name: check lib
8186
if: >
8287
matrix.target.os != 'ubuntu-latest'

0 commit comments

Comments
 (0)