Skip to content

zeroize: add Zeroize impls for __m512 types; MSRV 1.72 (#1052) #363

zeroize: add Zeroize impls for __m512 types; MSRV 1.72 (#1052)

zeroize: add Zeroize impls for __m512 types; MSRV 1.72 (#1052) #363

Workflow file for this run

name: fiat-constify
on:
pull_request:
paths:
- ".github/workflows/fiat-constify.yml"
- "fiat-constify/**"
- "Cargo.*"
push:
branches: master
permissions:
contents: read
defaults:
run:
working-directory: fiat-constify
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@stable
- run: cargo test