Skip to content

Commit

Permalink
ci: workaround half crate msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 30, 2024
1 parent 07e7f82 commit fd32a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: workaround MSRV issues
if: matrix.version.name == 'msrv'
run: |
cargo update -p=ciborium --precise=0.2.1
cargo update -p=ciborium-ll --precise=0.2.1
cargo update -p=time --precise=0.3.16
cargo update -p=clap --precise=4.3.24
cargo update -p=clap_lex --precise=0.5.0
Expand Down

0 comments on commit fd32a0a

Please sign in to comment.