Skip to content

Fix the no_std build #44

Fix the no_std build

Fix the no_std build #44

Workflow file for this run

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