Skip to content

Update notify requirement from 6.1.0 to 7.0.0 #457

Update notify requirement from 6.1.0 to 7.0.0

Update notify requirement from 6.1.0 to 7.0.0 #457

Workflow file for this run

name: Dependency analysis
on: [push]
jobs:
Audit-test:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code, branch='${{ github.ref }}'
uses: actions/checkout@v2
- name: Launch cargo test
run: cargo audit
- run: echo "Job's status is ${{ job.status }}."