Skip to content

Commit

Permalink
feat: Update dependencies and add vendored feature
Browse files Browse the repository at this point in the history
This includes a newer version of keyring which no longer depends on zbus
in the configuration we use it. This reduces the binary size by several MB
on Linux.
  • Loading branch information
VorpalBlade committed Jul 14, 2024
1 parent f5d7520 commit 08dd8ea
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 291 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup install --profile minimal ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- name: Install libdbus
if: matrix.features == '--no-default-features --features=keyring'
run: sudo apt-get install -y libdbus-1-dev pkg-config
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
with:
Expand Down
Loading

0 comments on commit 08dd8ea

Please sign in to comment.