Skip to content

Commit

Permalink
workflow temp fix
Browse files Browse the repository at this point in the history
eschorn1 committed Oct 12, 2024
1 parent 2ea8729 commit 1d4ec9e
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1d4ec9e

Please sign in to comment.