Skip to content

Commit

Permalink
Work around cargo-outdated's old Cargo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 29, 2024
1 parent 03a0825 commit f6c3fe4
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 @@ -46,6 +46,8 @@ jobs:
- run: git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD
- run: git rev-parse FETCH_HEAD
- run: git rebase HEAD FETCH_HEAD
- name: Work around https:/kbknapp/cargo-outdated/issues/402
run: sed -i '2i rust-version = "1.77"' Cargo.toml
- run: cargo test
working-directory: ${{matrix.project}}
- run: cargo outdated --exit-code 1
Expand Down

0 comments on commit f6c3fe4

Please sign in to comment.