Skip to content

build(deps): bump cpufeatures from 0.2.15 to 0.2.16 (#538) #15

build(deps): bump cpufeatures from 0.2.15 to 0.2.16 (#538)

build(deps): bump cpufeatures from 0.2.15 to 0.2.16 (#538) #15

Workflow file for this run

name: fuzz-build
on:
pull_request:
paths:
- "fuzz/**"
push:
branches: master
defaults:
run:
working-directory: fuzz
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo build