Skip to content

fix: remove Option around SectorPreCommitInfoInner.unsealed_cid (#1570) #1449

fix: remove Option around SectorPreCommitInfoInner.unsealed_cid (#1570)

fix: remove Option around SectorPreCommitInfoInner.unsealed_cid (#1570) #1449

Workflow file for this run

name: Cargo audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}