From ec25a7ad4ecda07841a0f224eb68a689473649e3 Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Mon, 14 Oct 2024 14:15:46 -0500 Subject: [PATCH] pause cargo outdated --- .github/workflows/test.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3eebf96..8bbdcf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: