Skip to content

build(deps): bump crypto-bigint from 0.6.0-rc.7 to 0.6.0-rc.8 (#552) #23

build(deps): bump crypto-bigint from 0.6.0-rc.7 to 0.6.0-rc.8 (#552)

build(deps): bump crypto-bigint from 0.6.0-rc.7 to 0.6.0-rc.8 (#552) #23

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