Skip to content

Commit

Permalink
Revert "Work around cargo-outdated's old Cargo dependency"
Browse files Browse the repository at this point in the history
This reverts commit 7decf71.

Workaround no longer needed since cargo-outdated 0.16.0.
  • Loading branch information
dtolnay committed Dec 7, 2024
1 parent e2b44fc commit d176f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,5 @@ 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 d176f3d

Please sign in to comment.