Skip to content

Replace BigInt256 internals with bnum #421

Replace BigInt256 internals with bnum

Replace BigInt256 internals with bnum #421

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo_audit:
name: cargo audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}