Skip to content

Commit

Permalink
Remove manual update of nix crate in audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 11, 2022
1 parent 2e7757a commit 5de337f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
- name: Manually update `nix` crates # See https://github.com/nix-rust/nix/issues/1627
run: |
cargo update --package nix:0.20.0 --precise 0.20.2
- name: Audit dependencies
run: cargo audit

0 comments on commit 5de337f

Please sign in to comment.