Skip to content

Commit

Permalink
ci: bump installed tools from cargo (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Aug 2, 2024
1 parent b58d982 commit 9379c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ jobs:
env:
BTM_GENERATE: true
run: |
cargo install cargo-deb --version 2.2.0 --locked
cargo install cargo-deb --version 2.5.1 --locked
cargo deb --no-build --target ${{ matrix.info.target }}
cp ./target/${{ matrix.info.target }}/debian/bottom_*.deb .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install cargo-llvm-cov
run: |
rustup component add llvm-tools-preview
cargo install cargo-llvm-cov --version 0.6.10 --locked
cargo install cargo-llvm-cov --version 0.6.11 --locked
- name: Generate code coverage
run: |
Expand Down

0 comments on commit 9379c03

Please sign in to comment.