Skip to content

Commit

Permalink
Merge pull request #74 from dtolnay/outdated
Browse files Browse the repository at this point in the history
Work around cargo-outdated's old Cargo dependency
  • Loading branch information
dtolnay authored Sep 29, 2024
2 parents 03a0825 + f6c3fe4 commit 390e9d0
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://github.com/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 390e9d0

Please sign in to comment.