From 1d4ec9e4579886f8e0e9dae168750341eaf1565a Mon Sep 17 00:00:00 2001 From: eschorn1 Date: Sat, 12 Oct 2024 11:28:22 -0500 Subject: [PATCH] workflow temp fix --- .github/workflows/test.yml | 26 ++++++++++++++------------ Cargo.toml | 1 - 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6d0abe..7d53439 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,11 +20,13 @@ jobs: - 1.72 # MSRV 1.70 GA flaky - stable target: - - thumbv7em-none-eabi + # TODO: Temp 'fix' for Rust 1.80/1.81 problem involving 'time'; to be unwound... + # - thumbv7em-none-eabi - wasm32-unknown-unknown - s390x-unknown-linux-gnu - powerpc64-unknown-linux-gnu - - riscv64gc-unknown-none-elf + # TODO: Temp 'fix' for Rust 1.80/1.81 problem involving 'time'; to be unwound... + # - riscv64gc-unknown-none-elf - x86_64-pc-windows-gnu - x86_64-apple-darwin steps: @@ -51,16 +53,16 @@ jobs: - uses: actions/checkout@v4 - 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: diff --git a/Cargo.toml b/Cargo.toml index ed1b3ee..381668a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,6 @@ rand_core = { version = "0.6.4", default-features = false } sha3 = { version = "0.10.2", default-features = false } subtle = { version = "2.5.0", default-features = false, features = ['const-generics'] } zeroize = { version = "1.6.0", default-features = false, features = ["zeroize_derive"] } -time = "0.3.36" # TODO: temporary fix for Rust 1.80 breakage of cargo outdated in github actions workflow [dev-dependencies] # Some are marginally outdated to retain MSRV 1.70