summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-11 21:43:14 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-11 21:43:14 +0200
commit5de337f214530faab1d5fe47784afd7006c3f7f0 (patch)
tree56b12f7a598c67087ffccaa6bd719cbde8ac75df /.github
parent2e7757a42819fba3757c5b88e77e184b09649910 (diff)
downloadiced-5de337f214530faab1d5fe47784afd7006c3f7f0.tar.gz
iced-5de337f214530faab1d5fe47784afd7006c3f7f0.tar.bz2
iced-5de337f214530faab1d5fe47784afd7006c3f7f0.zip
Remove manual update of `nix` crate in `audit` workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/audit.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 30bb3004..ba5dc190 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -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