Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Cargo.lock: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed May 12, 2020
1 parent 9d04f96 commit 68017c6
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 282 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev

- name: Run cargo check
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev

- name: Run cargo build --features=yubihsm
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev

- name: Run cargo test
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev

- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
override: true

- name: Install libudev-dev
run: sudo apt-get install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev

- name: Install clippy
run: rustup component add clippy
Expand Down
Loading

0 comments on commit 68017c6

Please sign in to comment.