Skip to content

Commit

Permalink
pause cargo outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
eschorn1 committed Oct 14, 2024
1 parent e274173 commit ec25a7a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,16 @@ jobs:
- uses: EmbarkStudios/cargo-deny-action@v1


cargo_outdated:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo outdated
run: cargo install --locked cargo-outdated
- name: Run cargo outdated
run: cargo outdated -R
# TODO: Temp 'fix' for Rust 1.80/1.81 problem involving 'time'; to be unwound...
# cargo_outdated:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# - name: Install cargo outdated
# run: cargo install --locked cargo-outdated
# - name: Run cargo outdated
# run: cargo outdated -R


clippy:
Expand Down

0 comments on commit ec25a7a

Please sign in to comment.