Skip to content

Commit

Permalink
Upgrade locked dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Jul 9, 2023
1 parent ca72df7 commit 7ecac44
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 655 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
AW_WEBUI_DIST: ./aw-webui/dist
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-06-27
- uses: dtolnay/rust-toolchain@nightly
- name: Install dependencies
run: |
sudo apt-get update
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-06-27
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
Expand All @@ -38,9 +37,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y libdbus-1-dev
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-06-27
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features --workspace
Loading

0 comments on commit 7ecac44

Please sign in to comment.