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 Nov 29, 2024
1 parent 00f2553 commit 7decf71
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 @@ -70,5 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/install@cargo-outdated
- name: Work around https://github.com/kbknapp/cargo-outdated/issues/402
run: sed -i '2i rust-version = "1.77"' Cargo.toml
- run: cargo update
- run: cargo outdated --workspace --exit-code 1

0 comments on commit 7decf71

Please sign in to comment.